From 48e365e0a29ca31776b36ffcf6a692aa490d990f Mon Sep 17 00:00:00 2001
From: Urban Müller
Date: Fri, 17 Aug 2012 13:48:17 +0000
Subject: test it_parse_args behaviour

---
 tests/it_html.t | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'tests')

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");
-- 
cgit v1.2.3