summaryrefslogtreecommitdiff
path: root/tests/test_dom_traverse.cpp
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-05-22 20:20:03 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-05-22 20:20:03 -0700
commit97afc16ef26ff5c830e01009e013f794d5f1a1d2 (patch)
treedd3fc036efcb5da69ac97d7e53f66e3b19a2f958 /tests/test_dom_traverse.cpp
parent2a1aa9663b3e0c60bc7bf74fa345dde5bcc458b0 (diff)
tests: Add newline at the end of file
Diffstat (limited to 'tests/test_dom_traverse.cpp')
-rw-r--r--tests/test_dom_traverse.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_dom_traverse.cpp b/tests/test_dom_traverse.cpp
index 8f96d93..7215c3e 100644
--- a/tests/test_dom_traverse.cpp
+++ b/tests/test_dom_traverse.cpp
@@ -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);
-} \ No newline at end of file
+}