lib/standard/string: Bugfix, forgot iterator on index_of_from
authorLucas Bajolet <r4pass@hotmail.com>
Thu, 1 May 2014 18:52:37 +0000 (14:52 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Thu, 1 May 2014 18:52:37 +0000 (14:52 -0400)
commitd321281a853176b63afe6ff2c6db04ce300929c4
treeada21f6ebcf4191dc920c09603ab654dd6380f01
parent250319cd1f517aa3a53e0eadabe14390759225d3
lib/standard/string: Bugfix, forgot iterator on index_of_from

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
lib/standard/string.nit
tests/sav/test_indexof.res [new file with mode: 0644]
tests/test_indexof.nit [new file with mode: 0644]