diff options
author | Christian Schneider | 2018-04-26 18:32:07 +0200 |
---|---|---|
committer | Christian Schneider | 2018-04-26 18:32:07 +0200 |
commit | e649b1a12fe4b43063753e482a47fcda0cbeb9d7 (patch) | |
tree | a144113cd74f558c874910d543a62335a13837e7 /tests/it_html.t | |
parent | 1a671e962786da343919b4ce6a33efc3077962c0 (diff) | |
download | itools-e649b1a12fe4b43063753e482a47fcda0cbeb9d7.tar.gz itools-e649b1a12fe4b43063753e482a47fcda0cbeb9d7.tar.bz2 itools-e649b1a12fe4b43063753e482a47fcda0cbeb9d7.zip |
Use different global object for htmltype xml to allow mixing xml/html5 generation
Diffstat (limited to 'tests/it_html.t')
-rwxr-xr-x | tests/it_html.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/it_html.t b/tests/it_html.t index 8e529e0..6d55319 100755 --- a/tests/it_html.t +++ b/tests/it_html.t @@ -139,7 +139,7 @@ is( # XML generation unset($GLOBALS['it_html']); -new it_html(array('htmltype' => "xml", 'tags' => "xmltest")); +new it_html(array('htmltype' => "xml", 'name' => 'it_html', 'tags' => "xmltest")); is( xmltest(), |