File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments