diff options
author | Urban Müller | 2012-08-17 13:48:17 +0000 |
---|---|---|
committer | Urban Müller | 2012-08-17 13:48:17 +0000 |
commit | 48e365e0a29ca31776b36ffcf6a692aa490d990f (patch) | |
tree | 4e0f8169454a61c7b3ccfa0cc236cf03b5002f7d /tests/it_html.t | |
parent | 3f4ca320fed8ae3db28b74773748c9b3035b38a6 (diff) | |
download | itools-48e365e0a29ca31776b36ffcf6a692aa490d990f.tar.gz itools-48e365e0a29ca31776b36ffcf6a692aa490d990f.tar.bz2 itools-48e365e0a29ca31776b36ffcf6a692aa490d990f.zip |
test it_parse_args behaviour
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index c8e6fd2..fce4fc6 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -193,6 +193,8 @@ 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"); |