Skip to content
Snippets Groups Projects
Commit 97afc16e authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

tests: Add newline at the end of file

parent 2a1aa966
No related branches found
No related tags found
No related merge requests found
...@@ -1150,4 +1150,4 @@ TEST_XML(dom_node_attribute_hinted, "<node attr1='1' attr2='2' attr3='3' />") ...@@ -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);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment