diff options
Diffstat (limited to 'tests')
-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 40cbfc5..c91b54c 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -198,6 +198,8 @@ is(it_html::entity_decode("J"), "J"); is(it_html::entity_decode("J"), "J"); is(it_html::entity_decode("A"), "A"); +# tests for itools extension +is(table(null), "<table></table>\n", "table() null argument"); list($data, $attr) = it_parse_args(array(null)); ok($data === "", "it_parse_args compatiblity: treat null like empty string"); |