Skip to content

Commit 4e3c620

Browse files
committed
Fix testcase for unicode.
1 parent 9db35d8 commit 4e3c620

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test3/test_case.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,5 +98,8 @@ def test_match():
9898
for v, p in cases:
9999
match(v, p)
100100

101+
def test_unicode():
102+
assert_equal(b'foobar', unpacks(packs('foobar')))
103+
101104
if __name__ == '__main__':
102105
main()

0 commit comments

Comments
 (0)