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