diff options
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 | 4 |
1 files changed, 4 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 index 3ca0913..c2bcc83 100644 --- a/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml +++ b/testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml @@ -4,6 +4,10 @@ <test:a>a</test:a> <test:a>b</test:a> <test:a>c</test:a> + <test:b> + <test:a>+</test:a> + </test:b> + <test:a>+</test:a> <test:a/> <test:a>d</test:a> <test:b/> |