Skip to content

Commit adafcda

Browse files
authored
Fix typo in compose.html ElementsTests (JetBrains#3912)
1 parent 2692cb3 commit adafcda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html/core/src/jsTest/kotlin/elements/ElementsTests.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ class ElementsTests {
6262
Pair({ I() }, "I"),
6363
Pair({ B() }, "B"),
6464
Pair({ Small() }, "SMALL"),
65-
Pair({ Sup() }, "SUB"),
66-
Pair({ Sub() }, "SUP"),
65+
Pair({ Sup() }, "SUP"),
66+
Pair({ Sub() }, "SUB"),
6767
Pair({ Blockquote()}, "BLOCKQUOTE"),
6868

6969
Pair({ Span() }, "SPAN"),

0 commit comments

Comments
 (0)