mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-01-31 01:25:21 +01:00
tests: Add newline at the end of file
This commit is contained in:
@@ -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("attr"), hint) && hint == attr2);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user