imageworks/pystring

Bug in pystring::find

Closed this issue · 1 comments

See 53e5b88

pystring::find("", "") -> -1
    Correct: 0
pystring::find("abcabcabc", "bc", 4, 5) -> 4
    Correct: -1

Closed per above fix.