From 88321feeb17e271cbaa582dd2507f3591f65f5f7 Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Mon, 14 Nov 2011 18:52:12 +0000 Subject: faster it::replace, tests --- tests/it.t | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/it.t b/tests/it.t index 721fbf7..7b95b7e 100755 --- a/tests/it.t +++ b/tests/it.t @@ -210,6 +210,10 @@ is( "test all=>1,pattern_order=>1" ); +is(it::replace(array('\w' => "x"), "oö"), "xx"); +is(it::replace(array('\w' => "x", '#' => "!"), "#ö"), "!x"); +is(it::replace(array('#' => "!", '\w' => "x"), "#ö"), "!x"); +is(it::replace(array('ö' => "x"), "Ö"), "x"); # it::filter_keys tests -- cgit v1.2.3