diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-04-03 22:48:40 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:31 +0200 |
commit | 71063dc7d32f94d7243d52d865a4a07712920ea2 (patch) | |
tree | f43c9c201a0fb4520b57d631f9a1ee08f3a32eb8 /testdata/integration/user_defined_syntax/math_limits.out.osxml | |
parent | 873325de938562033aef367b18985b4bc0d61d17 (diff) |
Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimit
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_limits.out.osxml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math_limits.out.osxml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testdata/integration/user_defined_syntax/math_limits.out.osxml b/testdata/integration/user_defined_syntax/math_limits.out.osxml index d39c34a..86f38b1 100644 --- a/testdata/integration/user_defined_syntax/math_limits.out.osxml +++ b/testdata/integration/user_defined_syntax/math_limits.out.osxml @@ -5,14 +5,14 @@ <math:field> <math:sum> <math:limits> - <math:lowerLimits> + <math:lowerLimit> <math:text>i</math:text> <math:equals/> <math:number>3</math:number> - </math:lowerLimits> - <math:upperLimits> + </math:lowerLimit> + <math:upperLimit> <math:number>5</math:number> - </math:upperLimits> + </math:upperLimit> </math:limits> </math:sum> <math:text>i</math:text> |