Comment add

This commit is contained in:
mainzelm 2006-05-16 07:22:15 +00:00
parent da739b9032
commit 97ed3425cd
1 changed files with 1 additions and 1 deletions

View File

@ -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"))))