summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml')
-rw-r--r--testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml15
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml b/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml
new file mode 100644
index 0000000..c2431eb
--- /dev/null
+++ b/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<document xmlns:test="test">
+ <test:test>
+ <test:a>a</test:a>
+ <test:a>b</test:a>
+ <test:a>c</test:a>
+ <test:a/>
+ <test:a>d</test:a>
+ <test:b/>
+ <test:a/>
+ <test:b>
+ <test:a/>
+ </test:b>
+ </test:test>
+</document>