summaryrefslogtreecommitdiff
path: root/test/files/run/xml-attribute.check
diff options
context:
space:
mode:
authorSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-01-10 23:33:07 +0100
committerSzabolcs Berecz <szabolcs.berecz@gmail.com>2012-01-14 22:28:18 +0100
commit126469f9224430f09af31afb50bf4f6fa0b4e189 (patch)
tree3b59fd20574ebe3b5f9647587222e8063a792027 /test/files/run/xml-attribute.check
parent066b1a1f5d80e1a314d6e96a9a8c0b4d76a8c7a1 (diff)
downloadscala-126469f9224430f09af31afb50bf4f6fa0b4e189.tar.gz
scala-126469f9224430f09af31afb50bf4f6fa0b4e189.tar.bz2
scala-126469f9224430f09af31afb50bf4f6fa0b4e189.zip
Preserve attribute order in inline XML
Diffstat (limited to 'test/files/run/xml-attribute.check')
-rw-r--r--test/files/run/xml-attribute.check12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/files/run/xml-attribute.check b/test/files/run/xml-attribute.check
new file mode 100644
index 0000000000..3ae2034684
--- /dev/null
+++ b/test/files/run/xml-attribute.check
@@ -0,0 +1,12 @@
+<t></t>
+<t></t>
+<t></t>
+<t></t>
+<t></t>
+<t b="1" d="2"></t>
+<t b="1" d="2"></t>
+<t b="1" d="2"></t>
+<t a="1" d="2"></t>
+<t b="1" d="2"></t>
+<t a="1" b="2" c="3"></t>
+<t g="1" e="2" p:a="3" f:e="4" mgruhu:ji="5"></t> \ No newline at end of file