We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9db35d8 commit 4e3c620Copy full SHA for 4e3c620
1 file changed
test3/test_case.py
@@ -98,5 +98,8 @@ def test_match():
98
for v, p in cases:
99
match(v, p)
100
101
+def test_unicode():
102
+ assert_equal(b'foobar', unpacks(packs('foobar')))
103
+
104
if __name__ == '__main__':
105
main()
0 commit comments