1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

endIndex needs to be an offset from lastIndex

This commit is contained in:
Robert Krimen
2012-11-07 15:46:21 -08:00
parent 9385f32241
commit 845172c82c
3 changed files with 17 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := -v --run stringToFloat
TEST := -v --run TryFinally
TEST := -v --run RegExp_exec
TEST := .
test: test-i