diff options
author | Urban Müller | 2025-07-29 15:25:13 +0200 |
---|---|---|
committer | Urban Müller | 2025-07-29 15:25:13 +0200 |
commit | e768db398fd6f8dee21e21f8616ff2c99cd815ba (patch) | |
tree | 26eb3176c9da87f4a9ec6c701d780a27ffa3d211 | |
parent | c31ea473e5a9454b1d7bb950edbd164fdf803a84 (diff) | |
download | itools-e768db398fd6f8dee21e21f8616ff2c99cd815ba.tar.gz itools-e768db398fd6f8dee21e21f8616ff2c99cd815ba.tar.bz2 itools-e768db398fd6f8dee21e21f8616ff2c99cd815ba.zip |
-rwxr-xr-x | test/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
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(), |