diff options
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' |