0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 21:04:25 +08:00

Fix clang build.

git-svn-id: https://pugixml.googlecode.com/svn/trunk@986 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
Arseny Kapoulkine 2014-02-23 19:38:24 +00:00
parent 934bddcfa6
commit cbd8131d09

View File

@ -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"));
}
}