summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1118.check
diff options
context:
space:
mode:
authorAlex Cruise <alex@cluonflux.com>2012-03-08 23:41:58 -0800
committerAlex Cruise <alex@metaforsoftware.com>2012-03-15 14:31:08 -0700
commite7ea29cc0b3c55d7880b767f8c442d8bf3cd0dea (patch)
tree09008ce8463b33b068210128cdaf508c91b08195 /test/files/jvm/t1118.check
parent24d8760030ea9379131104561929d19e437a9793 (diff)
downloadscala-e7ea29cc0b3c55d7880b767f8c442d8bf3cd0dea.tar.gz
scala-e7ea29cc0b3c55d7880b767f8c442d8bf3cd0dea.tar.bz2
scala-e7ea29cc0b3c55d7880b767f8c442d8bf3cd0dea.zip
SI-1118 WIP
Diffstat (limited to 'test/files/jvm/t1118.check')
-rwxr-xr-xtest/files/jvm/t1118.check10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/files/jvm/t1118.check b/test/files/jvm/t1118.check
index e69de29bb2..f8a17e0195 100755
--- a/test/files/jvm/t1118.check
+++ b/test/files/jvm/t1118.check
@@ -0,0 +1,10 @@
+<hi/> <!-- literal short -->
+<there></there> <!-- literal long -->
+<guys who="you all"></guys> <!-- literal long with attribute-->
+<hows it="going"/> <!-- literal short with attribute -->
+<this>scala stuff is pretty cool</this> <!-- literal not empty -->
+
+<bob></bob> <!--programmatic long-->
+<dobbs/> <!--programmatic short-->
+<is really="yep"/> <!--programmatic short with attribute-->
+<slack sing="it"></slack> <!--programmatic long with attribute--> \ No newline at end of file