Browse Source

Merge pull request #942

master
Valdis Vitolins 4 years ago
parent
commit
f6d092a9c1

+ 3
- 1
src/libespeak-ng/readclause.c View File

@@ -614,7 +614,9 @@ int ReadClause(Translator *tr, char *buf, short *charix, int *charix_top, int n_
return terminator;
}
c1 = ' ';
c2 = GetC();
if (!Eof()) {
c2 = GetC();
}
continue;
}
}

+ 1
- 0
tests/ssml/malformed-tag1.expected View File

@@ -0,0 +1 @@


+ 1
- 0
tests/ssml/malformed-tag1.ssml View File

@@ -0,0 +1 @@
<<foo

Loading…
Cancel
Save