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

Test for correct endIndex when submatching

This commit is contained in:
Robert Krimen
2012-11-11 16:20:38 -08:00
parent 1b39f1b6cc
commit bff799a0e1
2 changed files with 16 additions and 3 deletions

View File

@@ -29,8 +29,8 @@ TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := -v --run stringToFloat
TEST := -v --run TryFinally
TEST := .
TEST := -v --run RegExp_exec
TEST := .
test: test-i
go test $(TEST)