Skip to content

Commit 018fa4a

Browse files
committed
Rename test method
1 parent 8ab7fd3 commit 018fa4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/src/test/scala/scala/xml/UtilityTest.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ class UtilityTest {
221221
}
222222

223223
@Test
224-
def issue306InvalidUnclosedEntity(): Unit = {
224+
def issue306InvalidUnclosedCharRef(): Unit = {
225225
val entity = "&# test </body></html>"
226226
val it: Iterator[Char] = entity.iterator
227227
var c = it.next()

0 commit comments

Comments
 (0)