From 5dcd3008dbae88d2e9d90c748b802702c676647a Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Fri, 15 May 2009 16:43:48 +0000 Subject: Restored xml test cases to unminimized tags --- test/files/jvm/interpreter.check | 2 +- test/files/jvm/t0632.check | 24 ++++++++-------- test/files/jvm/unittest_xml.scala | 2 +- test/files/jvm/xml01.check | 4 +-- test/files/jvm/xml02.scala | 2 +- test/files/jvm/xml03syntax.check | 4 +-- test/files/run/docgenerator.check | 60 +++++++++++++++++++-------------------- test/files/run/t0663.check | 2 +- test/files/run/t1620.check | 4 +-- 9 files changed, 52 insertions(+), 52 deletions(-) diff --git a/test/files/jvm/interpreter.check b/test/files/jvm/interpreter.check index 86d6adbbec..cd55922604 100644 --- a/test/files/jvm/interpreter.check +++ b/test/files/jvm/interpreter.check @@ -173,7 +173,7 @@ scala> scala> scala> | | | | res3: scala.xml.Elem = - + scala> scala> diff --git a/test/files/jvm/t0632.check b/test/files/jvm/t0632.check index 681bc9da92..3185410a75 100644 --- a/test/files/jvm/t0632.check +++ b/test/files/jvm/t0632.check @@ -1,12 +1,12 @@ - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/test/files/jvm/unittest_xml.scala b/test/files/jvm/unittest_xml.scala index 9f6dd3183d..63375cd15a 100644 --- a/test/files/jvm/unittest_xml.scala +++ b/test/files/jvm/unittest_xml.scala @@ -90,7 +90,7 @@ object Test { val q = xml.Utility.sort() assertEquals("sort attrib"+xml.Utility.sort(q.attributes).toString, " a=\"2\" g=\"3\" j=\"2\" oo=\"2\"", xml.Utility.sort(q.attributes).toString) val pp = new xml.PrettyPrinter(80,5) - assertEquals("pretty print sorted attrib:"+pp.format(q), "", pp.format(q)) + assertEquals("pretty print sorted attrib:"+pp.format(q), "", pp.format(q)) diff --git a/test/files/jvm/xml01.check b/test/files/jvm/xml01.check index d78e6df410..5e82e9a729 100644 --- a/test/files/jvm/xml01.check +++ b/test/files/jvm/xml01.check @@ -3,6 +3,6 @@ xpath \ xpath \\ DESCENDANTS Peter BunemanDan SuciuData on ze web -- group nodes - - + + attribute value normalization diff --git a/test/files/jvm/xml02.scala b/test/files/jvm/xml02.scala index ed29868898..0cbeb27ce2 100644 --- a/test/files/jvm/xml02.scala +++ b/test/files/jvm/xml02.scala @@ -22,7 +22,7 @@ object Test extends TestConsoleMain { assertTrue("@two", ax \ "@foo" == xml.Text("bar")) // dto. assertTrue("@three", bx \ "@foo" == "bar&x") // dto. assertTrue ("@four", (bx \ "@foo") sameElements List(xml.Text("bar&x"))) - assertEquals("@five", "", bx.toString) + assertEquals("@five", "", bx.toString) } } diff --git a/test/files/jvm/xml03syntax.check b/test/files/jvm/xml03syntax.check index ec00119211..fd1e10cac9 100644 --- a/test/files/jvm/xml03syntax.check +++ b/test/files/jvm/xml03syntax.check @@ -13,5 +13,5 @@ 2 4 -node=, key=Some(hello) -node=, key=None +node=, key=Some(hello) +node=, key=None diff --git a/test/files/run/docgenerator.check b/test/files/run/docgenerator.check index b1565edae5..dbb7eeed28 100644 --- a/test/files/run/docgenerator.check +++ b/test/files/run/docgenerator.check @@ -1,7 +1,7 @@ List of all classes and objects -
Classes
  • C0
  • @@ -23,22 +23,22 @@ Scala 2 - - - - + + + - + List of all classes and objects -
    Classes
    • C0
    • @@ -52,22 +52,22 @@ Scala 2 - - - - + + + - + List of all classes and objects -
      Classes
      • C0
      • @@ -89,22 +89,22 @@ Scala 2 - - - - + + + - + List of all classes and objects -
        Classes
        • C0
        • @@ -130,22 +130,22 @@ Scala 2 - - - - + + + - + List of all classes and objects -
          Classes
          • Bar
          • @@ -163,15 +163,15 @@ Scala 2 - - - - + + + - + diff --git a/test/files/run/t0663.check b/test/files/run/t0663.check index dd9be2af70..22b68b7f57 100644 --- a/test/files/run/t0663.check +++ b/test/files/run/t0663.check @@ -1 +1 @@ - + diff --git a/test/files/run/t1620.check b/test/files/run/t1620.check index afa1e6acd5..979efc8227 100644 --- a/test/files/run/t1620.check +++ b/test/files/run/t1620.check @@ -1,6 +1,6 @@ - + - + -- cgit v1.2.3