From cac2dae1954586d34bff6e3aad0439ccc6d4bdce Mon Sep 17 00:00:00 2001 From: Burak Emir Date: Fri, 2 Mar 2007 19:26:17 +0000 Subject: added namespace test --- test/files/jvm/xml02.scala | 1 + 1 file changed, 1 insertion(+) (limited to 'test/files/jvm') diff --git a/test/files/jvm/xml02.scala b/test/files/jvm/xml02.scala index bae815b1c1..143d125a7f 100644 --- a/test/files/jvm/xml02.scala +++ b/test/files/jvm/xml02.scala @@ -32,6 +32,7 @@ object Test extends TestConsoleMain { assertTrue( match { case => true; case _ => false; }) assertTrue( match { case => true; case _ => false; }); assertTrue(Utility.trim(cx) match { case n @ crazy text world if n \ "@foo" == "bar" => true; }) + assertTrue(Utility.trim(cx) match { case n @ crazy text world if n \ "@foo" == "bar" => true; }) } } -- cgit v1.2.3