summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-11 17:00:16 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:24:14 +0200
commit9cc6a020a72d33b2d25133c22f66a06ec5a75440 (patch)
tree04a7ec21c32ace8976141b165dce971283897b94 /testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml
parentd369ff33faa4bf5654db3f1eb105141fccf2270d (diff)
Added integration test for bug #115
Diffstat (limited to 'testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml')
-rw-r--r--testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml19
1 files changed, 19 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml b/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml
new file mode 100644
index 0000000..9d597b7
--- /dev/null
+++ b/testdata/integration/user_defined_syntax/ranged_command_close_token.out.osml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<document>
+ <ontology name="test">
+ <struct name="a" root="true">
+ <field>
+ <childRef ref="a"/>
+ </field>
+ <syntax>
+ <close>
+ <newline/>
+ </close>
+ </syntax>
+ </struct>
+ </ontology>
+ <test:a>
+ <test:a/>
+ <test:a/>
+ </test:a>
+</document>