summaryrefslogtreecommitdiff
path: root/testdata/integration/user_defined_syntax/math_limits.out.osxml
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-04-03 22:25:55 +0200
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2016-04-25 22:19:31 +0200
commite784f89f1b35e6d87c2027a881fa786b9e0238cf (patch)
treeb27953ef820cc76c879b4bc27a5e05063d4deb22 /testdata/integration/user_defined_syntax/math_limits.out.osxml
parent3899cd3c8fb3eccb73a43208e90d88cfcc64c41c (diff)
Test underscore token
* Move test math environment to integration folder * Add math_limits integration test
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_limits.out.osxml')
-rw-r--r--testdata/integration/user_defined_syntax/math_limits.out.osxml28
1 files changed, 28 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_limits.out.osxml b/testdata/integration/user_defined_syntax/math_limits.out.osxml
new file mode 100644
index 0000000..d39c34a
--- /dev/null
+++ b/testdata/integration/user_defined_syntax/math_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:lowerLimits>
+ <math:text>i</math:text>
+ <math:equals/>
+ <math:number>3</math:number>
+ </math:lowerLimits>
+ <math:upperLimits>
+ <math:number>5</math:number>
+ </math:upperLimits>
+ </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>