From 61b2debaa00361250fbee05cbb71f2c989ad2c03 Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Fri, 2 Mar 2007 19:07:57 +0000 Subject: * small lib addition to testing.SUnit, made Uni... * small lib addition to testing.SUnit, made UnitTest @deprecated added * xml pattern matching on prefixes (in SymbolicXMLBuilder) xml name * parsing ensures that names do not end in a colon (namespaces) rewrote * xml02 to use SUnit --- test/files/neg/xmlcorner.check | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/files/neg/xmlcorner.check (limited to 'test/files/neg/xmlcorner.check') diff --git a/test/files/neg/xmlcorner.check b/test/files/neg/xmlcorner.check new file mode 100644 index 0000000000..8791829e50 --- /dev/null +++ b/test/files/neg/xmlcorner.check @@ -0,0 +1,7 @@ +xmlcorner.scala:2: error: illegal start of simple expression + val wrong = <:bla/> + ^ +xmlcorner.scala:5: error: in XML literal: name cannot end in ':' + val wrong = + ^ +two errors found -- cgit v1.2.3