File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
testsuite/tests/input/tex Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2503,7 +2503,7 @@ describe('MmlToken', () => {
25032503
25042504 it('Token Invalid Attribute', () => {
25052505 expectTexError('\\mmlToken{mi}[m1=true]{}')
2506- .toBe('Invalid MathML attribute: m1=true ');
2506+ .toBe('Invalid MathML attribute: m1');
25072507 });
25082508
25092509 /********************************************************************************/
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ describe('NoError', () => {
288288 toXmlMatch (
289289 tex2mml ( '\\mmlToken{mi}[m1=true]{}' ) ,
290290 `<math xmlns="http://www.w3.org/1998/Math/MathML" data-latex="\\mmlToken{mi}[m1=true]{}" display="block">
291- <merror data-mjx-error="Invalid MathML attribute: m1=true " title="Invalid MathML attribute: m1=true ">
291+ <merror data-mjx-error="Invalid MathML attribute: m1" title="Invalid MathML attribute: m1">
292292 <mtext>\\mmlToken{mi}[m1=true]{}</mtext>
293293 </merror>
294294 </math>`
You can’t perform that action at this time.
0 commit comments