fix: tighten emoji lookup contracts

This commit is contained in:
2026-08-12 15:36:37 +09:00
parent d0def814ef
commit fabce14933
9 changed files with 157 additions and 9 deletions

View File

@@ -66,6 +66,7 @@ class MkemojiTest(unittest.TestCase):
"x\t a\n",
"\0\ta\n",
"x\ta\0b\n",
"x\t;hidden\n",
"x" * 65 + "\ta\n",
"x\t" + "a" * 65 + "\n",
]