Skip to content

Commit

Permalink
Fix comment test
Browse files Browse the repository at this point in the history
  • Loading branch information
hamzaremmal committed Mar 21, 2024
1 parent 8030d10 commit a156c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/dotty/xml/interpolator/SimpleNodeTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ class SimpleNodeTest {
}

@Test def comment2(): Unit = {
assert(xml"<!----->" <!----->)
assert(xml"<!-- -->" <!-- -->)
}

@Test def comment3(): Unit = {
Expand Down

0 comments on commit a156c27

Please sign in to comment.