We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4a7a02 commit aa37501Copy full SHA for aa37501
t/unit/GPH/XMLHelper.t
@@ -54,7 +54,8 @@ describe 'test element' => sub {
54
name => 'foo',
55
value => 'bar',
56
attributes => {
57
- 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance'
+ 'xmlns:xsi' => 'http://www.w3.org/2001/XMLSchema-instance',
58
+ 'foo' => undef
59
}
60
);
61
$expected_xml = '<foo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">bar</foo>';
0 commit comments