New test case to illustrate the improvements

This commit is contained in:
Ashhar Hasan
2015-10-30 03:24:56 +05:30
parent eb44aae3f5
commit 206841bc5d
2 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ class TestCompress(object):
assert_equal(func(''), '')
assert_equal(func('AABBCC'), 'AABBCC')
assert_equal(func('AAABCCDDDD'), 'A3BCCD4')
assert_equal(func('aaBCCEFFFFKKMMMMMMP taaammanlaarrrr seeeeeeeeek tooo'), 'aaBCCEF4KKM6P ta3mmanlaar4 se9k to3')
print('Success: test_compress')