summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUrban Müller2011-11-08 15:18:38 +0000
committerUrban Müller2011-11-08 15:18:38 +0000
commit7eebb4859fd09d08288acb2cc57d1aebdede162f (patch)
treef3e869545d7385b55303b9794729b2de3248fe1f /tests
parentbaff0f7a13d4338dde7e08405e421666e1135929 (diff)
downloaditools-7eebb4859fd09d08288acb2cc57d1aebdede162f.tar.gz
itools-7eebb4859fd09d08288acb2cc57d1aebdede162f.tar.bz2
itools-7eebb4859fd09d08288acb2cc57d1aebdede162f.zip
handle named character classes
Diffstat (limited to 'tests')
-rwxr-xr-xtests/it.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/it.t b/tests/it.t
index 22fd194..c356ad0 100755
--- a/tests/it.t
+++ b/tests/it.t
@@ -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'