diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-01-26 20:28:10 -0800 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2016-01-26 20:28:10 -0800 |
commit | c3d27daf8e3dc95eb7ae38e66cd827eb061f7b99 (patch) | |
tree | 326968aa46f817118e43280a1f1d966eaff46673 /tests | |
parent | e133764f33572c9bca205b0c19fc981df48e7e15 (diff) | |
parent | e017a22fe016d3e856fb67d95ecc24cd0bd701ea (diff) |
Merge pull request #83 from ogdf/use-real-standards-only
Add cxxstd Makefile argument for testing C++ standards
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_parse.cpp b/tests/test_parse.cpp index 68fd217..bc40815 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -1181,4 +1181,4 @@ TEST(parse_embed_pcdata) CHECK_NODE_EX(doc, STR("<node>\n<key>value</key>\n<child>\n<inner1>value1</inner1>\n<inner2>value2</inner2>outer</child>\n<two>text<data />\n</two>\n</node>\n"), STR("\t"), 0); CHECK_NODE_EX(doc, STR("<node>\n\t<key>value</key>\n\t<child>\n\t\t<inner1>value1</inner1>\n\t\t<inner2>value2</inner2>outer</child>\n\t<two>text<data />\n\t</two>\n</node>\n"), STR("\t"), format_indent); } -}
\ No newline at end of file +} |