Skip to content

Commit d6b7ecc

Browse files
committed
pausing changed, so the test needed tweaking
1 parent 55b1a57 commit d6b7ecc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Example/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool singleTest(const char* mathml, bool doPrint) {
6262
}
6363

6464
const char* speech = GetSpokenText();
65-
const char* expected_speech = "m choose n times; open paren, the square root of m squared plus n end root; close paren";
65+
const char* expected_speech = "m choose n times; open paren, the square root of m squared plus n, end root; close paren";
6666
if (!*speech) {
6767
const char* message = GetError();
6868
printf("***Error in speech --ignoring... Message is: %s\n", message);

Example/test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ bool singleTest(const char* mathml, bool doPrint) {
6262
}
6363

6464
const char* speech = GetSpokenText();
65-
const char* expected_speech = "m choose n times; open paren, the square root of m squared plus n end root; close paren";
65+
const char* expected_speech = "m choose n times; open paren, the square root of m squared plus n, end root; close paren";
6666
if (!*speech) {
6767
const char* message = GetError();
6868
printf("***Error in speech --ignoring... Message is: %s\n", message);

0 commit comments

Comments
 (0)