From e4f63ce2525639b922a74ee97c1bef77e2bb3531 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Sat, 1 Jul 2006 17:02:24 +0000 Subject: test files for more xml parsing-extension --- test/files/jvm/xmlmore.check | 11 +++++++++++ test/files/jvm/xmlmore.scala | 17 +++++++++++++++++ 2 files changed, 28 insertions(+) create mode 100644 test/files/jvm/xmlmore.check create mode 100644 test/files/jvm/xmlmore.scala diff --git a/test/files/jvm/xmlmore.check b/test/files/jvm/xmlmore.check new file mode 100644 index 0000000000..b28255b3c2 --- /dev/null +++ b/test/files/jvm/xmlmore.check @@ -0,0 +1,11 @@ + + + + "Come, come again, whoever you are, come! +Heathen, fire worshipper or idolatrous, come! +Come even if you broke your penitence a hundred times, +Ours is the portal of hope, come as you are." + Mevlana Celaleddin Rumi + + +End Test diff --git a/test/files/jvm/xmlmore.scala b/test/files/jvm/xmlmore.scala new file mode 100644 index 0000000000..15adbcc891 --- /dev/null +++ b/test/files/jvm/xmlmore.scala @@ -0,0 +1,17 @@ +object Test extends Application { + val com = + val pi = + val crz = + + Console println com + Console println pi + Console println crz // this guy will escaped, and rightly so + Console println "End Test" +} -- cgit v1.2.3