diff options
author | Urban Müller | 2011-11-08 15:18:38 +0000 |
---|---|---|
committer | Urban Müller | 2011-11-08 15:18:38 +0000 |
commit | 7eebb4859fd09d08288acb2cc57d1aebdede162f (patch) | |
tree | f3e869545d7385b55303b9794729b2de3248fe1f /tests | |
parent | baff0f7a13d4338dde7e08405e421666e1135929 (diff) | |
download | itools-7eebb4859fd09d08288acb2cc57d1aebdede162f.tar.gz itools-7eebb4859fd09d08288acb2cc57d1aebdede162f.tar.bz2 itools-7eebb4859fd09d08288acb2cc57d1aebdede162f.zip |
handle named character classes
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it.t | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -75,6 +75,11 @@ match( 'include umlaute in \w' ); match( + '[[:alpha:]]+', ' |#blahä ', + 'blahä', + 'include umlaute in \w' + ); +match( '\W+', ' |#Üblahä ', ' |#', 'don\'t include umlaute in \W' |