tests: Add newline at the end of file
This commit is contained in:
parent
2a1aa9663b
commit
97afc16ef2
@ -1150,4 +1150,4 @@ TEST_XML(dom_node_attribute_hinted, "<node attr1='1' attr2='2' attr3='3' />")
|
|||||||
CHECK(node.attribute(STR("attr1"), hint) == attr1 && hint == attr2);
|
CHECK(node.attribute(STR("attr1"), hint) == attr1 && hint == attr2);
|
||||||
|
|
||||||
CHECK(!node.attribute(STR("attr"), hint) && hint == attr2);
|
CHECK(!node.attribute(STR("attr"), hint) && hint == attr2);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user