diff options
Diffstat (limited to 'testdata/integration/user_defined_syntax/math_various.out.osxml')
-rw-r--r-- | testdata/integration/user_defined_syntax/math_various.out.osxml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/testdata/integration/user_defined_syntax/math_various.out.osxml b/testdata/integration/user_defined_syntax/math_various.out.osxml index 37b8ef8..efaed3e 100644 --- a/testdata/integration/user_defined_syntax/math_various.out.osxml +++ b/testdata/integration/user_defined_syntax/math_various.out.osxml @@ -105,5 +105,26 @@ </math:power> </math:field> </math:equation> + <math:equation> + <math:field> + <math:text>a</math:text> + <math:power> + <math:frac> + <denominator> + <math:number>1</math:number> + </denominator> + <nominator> + <math:number>2</math:number> + </nominator> + </math:frac> + </math:power> + </math:field> + <math:field> + <math:equals/> + <math:sqrt base="2"> + <math:text>a</math:text> + </math:sqrt> + </math:field> + </math:equation> </math:math> </document> |