We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7869d0a commit b9f3d19Copy full SHA for b9f3d19
1 file changed
Example/test.c
@@ -120,7 +120,7 @@ bool navTest(const char* mathml, bool doPrint) {
120
setPrefsAndMathML(mathml);
121
122
const char* nav_speech = DoNavigateCommand("ZoomIn");
123
- const char* expected_speech = "m choose n,";
+ const char* expected_speech = "m choose n";
124
if (!*nav_speech) {
125
const char* message = GetError();
126
printf("***Error in navigation speech... Message is: %s\n", message);
0 commit comments