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 | |
parent | 873325de938562033aef367b18985b4bc0d61d17 (diff) |
Cosmetic change: Rename lowerLimits and upperLimits to lowerLimit and upperLimit
Diffstat (limited to 'testdata')
-rw-r--r-- | testdata/integration/user_defined_syntax/math.osml | 8 | ||||
-rw-r--r-- | testdata/integration/user_defined_syntax/math_limits.out.osxml | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/testdata/integration/user_defined_syntax/math.osml b/testdata/integration/user_defined_syntax/math.osml index 2f53366..664aa84 100644 --- a/testdata/integration/user_defined_syntax/math.osml +++ b/testdata/integration/user_defined_syntax/math.osml @@ -208,14 +208,14 @@ \primitive[type=string] \struct#limits[transparent=true] \field - \childRef[ref=lowerLimits] - \childRef[ref=upperLimits] - \struct#lowerLimits[cardinality={0,1}] + \childRef[ref=lowerLimit] + \childRef[ref=upperLimit] + \struct#lowerLimit[cardinality={0,1}] \syntax \short{_} \field \childRef[ref=primitive] - \struct#upperLimits[cardinality={0,1}] + \struct#upperLimit[cardinality={0,1}] \syntax \short{^} \field 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> |