Skip to content

Commit fb860fb

Browse files
committed
remove pause from test
1 parent 35423fd commit fb860fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Example/test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def test():
8585
mathml = "<math><msup intent='transpose:postfix($x)'> <mi arg='x'>x</mi> <mi>T</mi> </msup> </math>"
8686
setMathMLForMathCAT(mathml)
8787
speech = getSpeech()
88-
if speech != ', x transpose':
88+
if speech != 'x transpose':
8989
sys.exit(f"MathML: {mathml}\nSpeech: '{speech}'")
9090

9191
mathml = "<math><mrow intent='_(x, $op)'><mo arg='op'>!</mo></mrow></math>"

0 commit comments

Comments
 (0)