From e3dfb20dc72ec8699293f1d46d6caf5d9332423e Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Fri, 4 Nov 2011 16:41:21 +0000 Subject: test \b --- tests/it.t | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/it.t b/tests/it.t index 0075f41..22fd194 100755 --- a/tests/it.t +++ b/tests/it.t @@ -79,6 +79,11 @@ match( ' |#', 'don\'t include umlaute in \W' ); +match( + '\ba', 'äa', + '', + '\b must know umlauts' + ); eval( '$escapedwordregex = "' . it::convertregex( '\w' ) . '";' ); $escapedwordregex = preg_replace( '|[\\\\/]|', '', $escapedwordregex ); -- cgit v1.2.3