This website works better with JavaScript.
Home
Explore
Sign In
mahta.fetrat
/
HomoFast-eSpeak-Persian
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#942
master
Valdis Vitolins
4 years ago
parent
0a3fd5ecd9
8810fa330e
commit
f6d092a9c1
3 changed files
with
5 additions
and
1 deletions
Split View
Show Diff Stats
3
1
src/libespeak-ng/readclause.c
1
0
tests/ssml/malformed-tag1.expected
1
0
tests/ssml/malformed-tag1.ssml
+ 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
Write
Preview
Loading…
Cancel
Save