fix: tighten emoji lookup contracts
This commit is contained in:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user