summaryrefslogtreecommitdiff
path: root/tests/it.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/it.t')
-rwxr-xr-xtests/it.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it.t b/tests/it.t
index c356ad0..d988215 100755
--- a/tests/it.t
+++ b/tests/it.t
@@ -77,7 +77,7 @@ match(
match(
'[[:alpha:]]+', ' |#blahä ',
'blahä',
- 'include umlaute in \w'
+ 'include umlaute in [[:alpha:]]'
);
match(
'\W+', ' |#Üblahä ',