Add test for rejection of "h-", which just screwed me.
Remove tests of _ (which always failed, correctly, because it turns into [ ]).
This commit is contained in:
parent
987214c1c2
commit
7e5a7bdb16
1 changed files with 5 additions and 4 deletions
|
@ -93,7 +93,6 @@ i'u'i
|
||||||
// things that at one time or another tickled bugs in WW code
|
// things that at one time or another tickled bugs in WW code
|
||||||
gyurd
|
gyurd
|
||||||
ga*ra
|
ga*ra
|
||||||
ha_sa
|
|
||||||
gangs
|
gangs
|
||||||
'gram
|
'gram
|
||||||
la'i
|
la'i
|
||||||
|
@ -786,10 +785,11 @@ fai
|
||||||
vo
|
vo
|
||||||
fI/ fai/ fo/ fuM
|
fI/ fai/ fo/ fuM
|
||||||
|
|
||||||
// punctuation
|
// Punctuation. Underscore is not tested because it (correctly) turns into [ ] in round-trip testing.
|
||||||
|
//
|
||||||
012345678901234
|
012345678901234
|
||||||
!@#$%&*()_={}:;<>?
|
!@#$%&*()={}:;<>?
|
||||||
a_tsal852ja$)@#%(!Ta)0daM)%!@sa
|
a1tsal852ja$)@#%(!Ta)0daM)%!@sa
|
||||||
// test special handing for @#
|
// test special handing for @#
|
||||||
@# #@ @a#
|
@# #@ @a#
|
||||||
|
|
||||||
|
@ -815,6 +815,7 @@ S+ta
|
||||||
t+Sa
|
t+Sa
|
||||||
b~a
|
b~a
|
||||||
ba~
|
ba~
|
||||||
|
h-
|
||||||
|
|
||||||
// ??? legal???
|
// ??? legal???
|
||||||
pa'am'ang
|
pa'am'ang
|
||||||
|
|
Loading…
Reference in a new issue