diff options
author | Christian Schneider | 2011-11-08 15:31:58 +0000 |
---|---|---|
committer | Christian Schneider | 2011-11-08 15:31:58 +0000 |
commit | e5ef2f40454cd5a57cd42c0c549868ed058448d8 (patch) | |
tree | e097066c868dfe8466ce256d62cce3941846e742 /tests | |
parent | 7eebb4859fd09d08288acb2cc57d1aebdede162f (diff) | |
download | itools-e5ef2f40454cd5a57cd42c0c549868ed058448d8.tar.gz itools-e5ef2f40454cd5a57cd42c0c549868ed058448d8.tar.bz2 itools-e5ef2f40454cd5a57cd42c0c549868ed058448d8.zip |
Fix [[:alpha::]] test name
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it.t | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ match( match( '[[:alpha:]]+', ' |#blahä ', 'blahä', - 'include umlaute in \w' + 'include umlaute in [[:alpha:]]' ); match( '\W+', ' |#Üblahä ', |