From e768db398fd6f8dee21e21f8616ff2c99cd815ba Mon Sep 17 00:00:00 2001 From: Urban Müller Date: Tue, 29 Jul 2025 15:25:13 +0200 Subject: fix tests for new input() handling --- test/it_html.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/it_html.t b/test/it_html.t index 20ab65f..13e2bc5 100755 --- a/test/it_html.t +++ b/test/it_html.t @@ -139,7 +139,7 @@ is( # XML generation unset($GLOBALS['it_html']); -new it_html(['htmltype' => "xml", 'name' => 'it_html', 'tags' => "xmltest", 'error_on_redefine' => false]); +new it_html(['htmltype' => "xml", 'name' => 'it_html', 'moretags' => "xmltest", 'error_on_redefine' => false]); is( xmltest(), -- cgit v1.2.3