mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-03-25 13:17:38 +00:00
Forgot to test the emoji case
This commit is contained in:
parent
9806db3c0a
commit
d4d966893c
1
unit.cpp
1
unit.cpp
@ -7,5 +7,6 @@ TEST_CASE("UTF-8 enforcement", "[utf8]") {
|
||||
REQUIRE(check_utf8("hello world") == std::string(""));
|
||||
REQUIRE(check_utf8("Καλημέρα κόσμε") == std::string(""));
|
||||
REQUIRE(check_utf8("こんにちは 世界") == std::string(""));
|
||||
REQUIRE(check_utf8("👋🌏") == std::string(""));
|
||||
REQUIRE(check_utf8("Hola m\xF3n") == std::string("\"Hola m\xF3n\" is not valid UTF-8 (0xF3 0x6E)"));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user