We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3519b commit a9ae161Copy full SHA for a9ae161
Example/test.py
@@ -64,7 +64,7 @@ def test():
64
mathml = "<math><mfrac> <mn>1</mn> <mi>X</mi> </mfrac> </math>"
65
setMathMLForMathCAT(mathml)
66
speech = getSpeech()
67
- if speech != '1 over cap x,':
+ if speech != '1 over cap x':
68
sys.exit(f"MathML: {mathml}\nSpeech: '{speech}'")
69
braille = getBraille()
70
if braille != '⠹⠂⠌⠠⠭⠼':
0 commit comments