diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-12 17:40:32 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:16 +0200 |
commit | bed013e617130f7afd1f90ba57afc160b43c71df (patch) | |
tree | bb5d335132a522e24351e5a3239355f7a9ca2070 /testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml | |
parent | 84ab3caa172fc3f4ec7085135964173c8eed5f84 (diff) |
Implement non-greedy behaviour for short tokens
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.osxml | 15 |
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> |