@@ -256,10 +256,10 @@ class XMLTest {
256
256
@ UnitTest
257
257
def escape =
258
258
assertEquals("""
259
- " Come, come again, whoever you are, come!
259
+ " Come, come again, whoever you are, come!
260
260
Heathen, fire worshipper or idolatrous, come!
261
261
Come even if you broke your penitence a hundred times,
262
- Ours is the portal of hope, come as you are."
262
+ Ours is the portal of hope, come as you are."
263
263
Mevlana Celaleddin Rumi""" , <! [CDATA [
264
264
" Come, come again, whoever you are, come!
265
265
Heathen, fire worshipper or idolatrous, come!
@@ -422,22 +422,6 @@ Ours is the portal of hope, come as you are."
422
422
assertHonorsIterableContract(<a a =" " y ={ null : String }/>.attributes)
423
423
}
424
424
425
- @ UnitTest
426
- def t5645 : Unit = {
427
-
428
- val bar = " baz"
429
- val script = <script type =" text/javascript" >
430
- foo(" {bar}" );
431
- </script >
432
-
433
- val expected =
434
- """ |<script type="text/javascript">
435
- | foo("baz");
436
- | </script>""" .stripMargin
437
-
438
- assertEquals(expected, script.toString)
439
- }
440
-
441
425
@ UnitTest
442
426
def t5843 : Unit = {
443
427
val foo = scala.xml.Attribute (null , " foo" , " 1" , scala.xml.Null )
0 commit comments