Skip to content

Commit 367f15c

Browse files
committed
Add unicode testcase for Python2.
1 parent 4e3c620 commit 367f15c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

test/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('foobar', unpacks(packs(u'foobar')))
103+
101104
if __name__ == '__main__':
102105
main()

0 commit comments

Comments
 (0)