Comment add
This commit is contained in:
parent
da739b9032
commit
97ed3425cd
|
@ -130,7 +130,7 @@
|
||||||
"a")
|
"a")
|
||||||
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}"))
|
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}"))
|
||||||
"x")
|
"x")
|
||||||
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}"))
|
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}")) ; does not work on Solaris
|
||||||
"")
|
"")
|
||||||
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}"))
|
(string-match (rx (posix-string "[aeiou]+|x*|y{3,5}"))
|
||||||
"yyyy"))))
|
"yyyy"))))
|
||||||
|
|
Loading…
Reference in New Issue