Skip to content

Commit b9f3d19

Browse files
committed
update test.c to match test.cpp
1 parent 7869d0a commit b9f3d19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Example/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ bool navTest(const char* mathml, bool doPrint) {
120120
setPrefsAndMathML(mathml);
121121

122122
const char* nav_speech = DoNavigateCommand("ZoomIn");
123-
const char* expected_speech = "m choose n,";
123+
const char* expected_speech = "m choose n";
124124
if (!*nav_speech) {
125125
const char* message = GetError();
126126
printf("***Error in navigation speech... Message is: %s\n", message);

0 commit comments

Comments
 (0)