diff options
author | Urban Müller | 2011-11-15 15:03:41 +0000 |
---|---|---|
committer | Urban Müller | 2011-11-15 15:03:41 +0000 |
commit | 2234ec883702353296f88ec8362079baba37da68 (patch) | |
tree | 5c41c26187e941e5eed6a9a24f5b963ee72198f2 /tests/it.t | |
parent | 7398d6edc77b0c641b12912975cfd3ecf87119eb (diff) | |
download | itools-2234ec883702353296f88ec8362079baba37da68.tar.gz itools-2234ec883702353296f88ec8362079baba37da68.tar.bz2 itools-2234ec883702353296f88ec8362079baba37da68.zip |
fix test
Diffstat (limited to 'tests/it.t')
-rwxr-xr-x | tests/it.t | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -217,6 +217,7 @@ is(it::replace(array('[[:alpha:]]' => "x"), "ö"), "x"); is(it::replace(array('\w' => "x", '#' => "!"), "#ö"), "!x"); is(it::replace(array('#' => "!", '\w' => "x"), "#ö"), "!x"); is(it::replace(array('ö' => "x"), "Ö"), "x"); +is(it::replace(array('a' => "1"), "aaa", array('limit' => 1)), "1aa"); # it::filter_keys tests |