We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35423fd commit fb860fbCopy full SHA for fb860fb
Example/test.py
@@ -85,7 +85,7 @@ def test():
85
mathml = "<math><msup intent='transpose:postfix($x)'> <mi arg='x'>x</mi> <mi>T</mi> </msup> </math>"
86
setMathMLForMathCAT(mathml)
87
speech = getSpeech()
88
- if speech != ', x transpose':
+ if speech != 'x transpose':
89
sys.exit(f"MathML: {mathml}\nSpeech: '{speech}'")
90
91
mathml = "<math><mrow intent='_(x, $op)'><mo arg='op'>!</mo></mrow></math>"
0 commit comments