Add (contrived) test cases for vowel dotting.
This commit is contained in:
parent
76a26bda9c
commit
6b9af34b42
1 changed files with 5 additions and 0 deletions
|
@ -193,6 +193,11 @@ A I U -i -I
|
||||||
// leading weird vowels
|
// leading weird vowels
|
||||||
aiga
|
aiga
|
||||||
-Iba
|
-Iba
|
||||||
|
// two or more vowels in a row
|
||||||
|
A.I.ai
|
||||||
|
a.a
|
||||||
|
ai.-i
|
||||||
|
-I.e
|
||||||
|
|
||||||
// M,H on bare vowel
|
// M,H on bare vowel
|
||||||
aiM
|
aiM
|
||||||
|
|
Loading…
Reference in a new issue