diff options
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 eb8fefb..c9eeb82 100644 --- a/tests/test_parse.cpp +++ b/tests/test_parse.cpp @@ -981,4 +981,4 @@ TEST(parse_pcdata_gap_fragment) xml_document doc; CHECK(doc.load(STR("a&b"), parse_fragment | parse_escapes)); CHECK_STRING(doc.text().get(), STR("a&b")); -}
\ No newline at end of file +} |