summaryrefslogtreecommitdiff
path: root/tests/it_html.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-xtests/it_html.t2
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");