Skip to content

Commit a9ae161

Browse files
committed
removed punctuation at end of test
1 parent 4a3519b commit a9ae161

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
@@ -64,7 +64,7 @@ def test():
6464
mathml = "<math><mfrac> <mn>1</mn> <mi>X</mi> </mfrac> </math>"
6565
setMathMLForMathCAT(mathml)
6666
speech = getSpeech()
67-
if speech != '1 over cap x,':
67+
if speech != '1 over cap x':
6868
sys.exit(f"MathML: {mathml}\nSpeech: '{speech}'")
6969
braille = getBraille()
7070
if braille != '⠹⠂⠌⠠⠭⠼':

0 commit comments

Comments
 (0)