Browse Source

Fix typo in compose.html ElementsTests (#3912)

pull/3921/head
Oleksandr Karpovich 6 months ago committed by GitHub
parent
commit
adafcda2af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      html/core/src/jsTest/kotlin/elements/ElementsTests.kt

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

@ -62,8 +62,8 @@ class ElementsTests {
Pair({ I() }, "I"),
Pair({ B() }, "B"),
Pair({ Small() }, "SMALL"),
Pair({ Sup() }, "SUB"),
Pair({ Sub() }, "SUP"),
Pair({ Sup() }, "SUP"),
Pair({ Sub() }, "SUB"),
Pair({ Blockquote()}, "BLOCKQUOTE"),
Pair({ Span() }, "SPAN"),

Loading…
Cancel
Save