From d89ea1c9a5de945ca8f108bee8f174d6dcc2f7e8 Mon Sep 17 00:00:00 2001 From: Iulian Dragos Date: Wed, 11 Jun 2008 11:34:30 +0000 Subject: Moved pending tests that succeed to their place... Moved pending tests that succeed to their place in the 'files' directory. --- test/files/run/t0663.scala | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/files/run/t0663.scala (limited to 'test/files/run/t0663.scala') diff --git a/test/files/run/t0663.scala b/test/files/run/t0663.scala new file mode 100644 index 0000000000..16a5a48330 --- /dev/null +++ b/test/files/run/t0663.scala @@ -0,0 +1,6 @@ +object Test extends Application { + val src = scala.io.Source.fromString("") + val parser = xml.parsing.ConstructingParser.fromSource(src, true) + println(parser.document) +} + -- cgit v1.2.3