diff options
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> |