summaryrefslogtreecommitdiff
path: root/test/files/jvm/t1118.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/jvm/t1118.check')
-rwxr-xr-xtest/files/jvm/t1118.check20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/files/jvm/t1118.check b/test/files/jvm/t1118.check
index f8a17e0195..b246dc6fb9 100755
--- a/test/files/jvm/t1118.check
+++ b/test/files/jvm/t1118.check
@@ -1,10 +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
+<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--> \ No newline at end of file