mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-10 09:39:03 -04:00
don't test unicode 13 on apple
This commit is contained in:
parent
45dfb781c6
commit
cdb884a787
@ -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") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user