summaryrefslogtreecommitdiff
path: root/tests/basics/string_replace.py
AgeCommit message (Expand)Author
2015-08-21tests: Add more tests to improve coverage, mostly testing exceptions.Damien George
2015-03-14tests: Add some more tests for bytes, bignum, string and ujson.Damien George
2014-04-07py: Fix str.replace for case when arg 0 or 1 is empty string.Damien George
2014-01-30Implement str.replace and add tests for it.xbe