Skip to content

Commit c994283

Browse files
michelouadriaanm
michelou
authored andcommitted
added tests for rich characters
1 parent 2e2020f commit c994283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/scala/xml/Utility.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ object Utility extends AnyRef with parsing.TokenTests {
435435
else
436436
i = i * base + ch().asDigit
437437
case _ =>
438-
reportSyntaxError("character '" + ch() + " not allowed in char ref\n")
438+
reportSyntaxError("character '" + ch() + "' not allowed in char ref\n")
439439
}
440440
nextch()
441441
}

0 commit comments

Comments
 (0)