diff options
author | Urban Müller | 2012-08-17 14:20:30 +0000 |
---|---|---|
committer | Urban Müller | 2012-08-17 14:20:30 +0000 |
commit | 6074ee527d589187e180adb389a5d16f33209698 (patch) | |
tree | 335bdec99d7cec5cbbb7fa8a77544a41674d51a9 /tests | |
parent | df623e7324c0a4d327f554502ad2a6c64b3702fd (diff) | |
download | itools-6074ee527d589187e180adb389a5d16f33209698.tar.gz itools-6074ee527d589187e180adb389a5d16f33209698.tar.bz2 itools-6074ee527d589187e180adb389a5d16f33209698.zip |
not working
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 6ed59d8..40cbfc5 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -193,8 +193,6 @@ is( 'U() converting of \ to /' ); -is(table(null), table(""), "it_parse_args backwards compatibility"); - is(it_html::entity_decode("ä"), "ä"); is(it_html::entity_decode("J"), "J"); is(it_html::entity_decode("J"), "J"); |