This commit is contained in:
2020-04-15 19:09:37 -04:00
parent 0b0dcf89c0
commit ec129b84e8
7 changed files with 11 additions and 1 deletions

View File

View File

@@ -131,7 +131,7 @@ TEST(TextMarkup, Xml1) {
parse_markup(&text_500_ctx, &f, &doc);
ASSERT_NEAR(strlen(get_meta(&doc, MetaContent)->str_val), 500, 4);
ASSERT_TRUE(strstr(get_meta(&doc, MetaContent)->str_val, "BMP:𐌈") != nullptr);
ASSERT_TRUE(strstr(get_meta(&doc, MetaContent)->str_val, " BMP:𐌈 ") != nullptr);
cleanup(&doc, &f);
}