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/math_non_greedy_limits.out.osxml | |
parent | 84ab3caa172fc3f4ec7085135964173c8eed5f84 (diff) |
Implement non-greedy behaviour for short tokens
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_non_greedy_limits.out.osxml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math_non_greedy_limits.out.osxml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_non_greedy_limits.out.osxml b/testdata/integration/user_defined_syntax/math_non_greedy_limits.out.osxml new file mode 100644 index 0000000..86f38b1 --- /dev/null +++ b/testdata/integration/user_defined_syntax/math_non_greedy_limits.out.osxml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> +<document xmlns:math="math"> + <math:math> + <math:equation> + <math:field> + <math:sum> + <math:limits> + <math:lowerLimit> + <math:text>i</math:text> + <math:equals/> + <math:number>3</math:number> + </math:lowerLimit> + <math:upperLimit> + <math:number>5</math:number> + </math:upperLimit> + </math:limits> + </math:sum> + <math:text>i</math:text> + <math:index> + <math:text>M</math:text> + </math:index> + <math:power> + <math:number>2</math:number> + </math:power> + </math:field> + </math:equation> + </math:math> +</document> |