summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1118.check
diff options
context:
space:
mode:
authorGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-09-06 14:03:49 -0700
committerGrzegorz Kossakowski <grzegorz.kossakowski@gmail.com>2013-09-06 14:03:49 -0700
commitd6fe8905af690c176ed52e89bb2989c27000bcee (patch)
tree4c9b60c80f75a23bf6efeb3dbd594deb9399a09c /test/files/jvm/t1118.check
parent6dd565ff9b73a3ebc8f702e01d46eca78b423dd9 (diff)
parent15155567fb78b0ccb009477e9b38061913b7489d (diff)
downloadscala-2.11.0-M5.tar.gz
scala-2.11.0-M5.tar.bz2
scala-2.11.0-M5.zip
Merge pull request #2855 from adriaanm/modularize-xml-parsersv2.11.0-M5
Modularize: xml & parser-combinators
Diffstat (limited to 'test/files/jvm/t1118.check')
-rwxr-xr-xtest/files/jvm/t1118.check11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/files/jvm/t1118.check b/test/files/jvm/t1118.check
deleted file mode 100755
index d676b413c9..0000000000
--- a/test/files/jvm/t1118.check
+++ /dev/null
@@ -1,11 +0,0 @@
-
-<hi/> <!-- literal short -->
-<there></there> <!-- literal long -->
-<guys who="you all"></guys> <!-- literal long with attribute-->
-<hows it="going"/> <!-- literal short with attribute -->
-<this>is pretty cool</this> <!-- literal not empty -->
-
-<emptiness></emptiness> <!--programmatic long-->
-<vide/> <!--programmatic short-->
-<elem attr="value"/> <!--programmatic short with attribute-->
-<elem2 attr2="value2"></elem2> <!--programmatic long with attribute-->