diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-28 22:50:16 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-28 22:50:16 +0200 |
| commit | e40fbecc1175b98bd2dda2a74e7bc46983594cf7 (patch) | |
| tree | 94937d9c59236173a4589dd8a88886665c1260c0 /test/u.cc | |
| parent | 17394f1e34b15f1d2bada7a5f37fbf08c239ca5c (diff) | |
ugc: Fix typo
Diffstat (limited to 'test/u.cc')
| -rw-r--r-- | test/u.cc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -711,7 +711,7 @@ TEST_P(UnicodeVersionTest, lookup_gc) { EXPECT_EQ(u::lookup_gc(0x483, GetParam()), u::GeneralCategory::MARK_NONSPACING); EXPECT_EQ(u::lookup_gc(0x93b, GetParam()), - u::GeneralCategory::MARK_SPACING_COMBINDING); + u::GeneralCategory::MARK_SPACING_COMBINING); EXPECT_EQ(u::lookup_gc(0x20de, GetParam()), u::GeneralCategory::MARK_SPACING_ENCLOSING); |
