don't test unicode 13 on apple

This commit is contained in:
nick black 2021-08-02 23:13:31 -05:00
parent 45dfb781c6
commit cdb884a787

View File

@ -43,9 +43,11 @@ TEST_CASE("Cell") {
WARN(1 == nccell_cols(&c));
// type-3 woman playing water polo, 17 bytes (5 characters)
#ifdef __linux__
CHECK(17 == nccell_load(n_, &c, "\U0001f93d\U0001f3fc\u200d\u2640\ufe0f"));
WARN(2 == nccell_cols(&c));
nccell_release(n_, &c);
#endif
}
SUBCASE("Loadchar") {