remove weird test thing in zk

This commit is contained in:
Rhiannon Morris 2021-06-11 11:08:08 +02:00
parent ebde4773e6
commit 5ced0cc6ad
1 changed files with 1 additions and 2 deletions

View File

@ -82,8 +82,7 @@ init cons = ?consonant?, [?glide?]
| ('mb' | 'nd' | 'ŋŋ'), [?glide?];
inner cons = '·', ?consonant?
| '·', (?consonant? - ?glide?), ?glide?
| (('p' | 'k'), '·', ('t' | 's') | ('b' | 'ŋ'), '·', ('d' | 'z')),
(* the above ŋ is aksdm *)
| (('p' | 'k'), '·', ('t' | 's') | ('b' | 'ŋ'), '·', ('d' | 'z'))
| ('s', '·', ('p' | 't' | 'k') | 'z', '·', ('b' | 'd' | 'm' | 'n' | 'ŋ'))
| ('f' | 'h'), '·', ?voiceless plosive?
| ?liquid?, '·', ?nasal?