diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-14 01:33:19 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:24:18 +0200 |
commit | f8bca0e161705fc99fffd248ed4be897e940b2df (patch) | |
tree | e53a3180e221e5bf251421390396aa9d99c47c18 /testdata/integration/user_defined_syntax/non_greedy_shortform.out.osxml | |
parent | 866965ac772d7894eab39eba63074e08a86db976 (diff) |
Allow non-Greedy short form to eat normal commands.
E.g. with regrads to the math ontology, this change allows syntax like
\(a^\frac{1}{2}\)
which is also valid in TeX (added corresponding tests).
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/> |