summaryrefslogtreecommitdiff
path: root/tests/basics/string_rfind.py
AgeCommit message (Collapse)Author
2018-03-31py/objstr: Don't crash when end < startJeff Epler
.. and add testcases for the same. (crash found by afl-fuzz)
2014-03-24Implement str.rfind() and add tests for it.xbe