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

More (complex) RegExp => RE2 transforming and tests

The unescaping of that which does not need escaping
This commit is contained in:
Robert Krimen
2012-10-20 18:06:04 -07:00
parent bf38778ba2
commit 68943ba1e4
5 changed files with 88 additions and 4 deletions

View File

@@ -23,10 +23,10 @@ TEST := -v --run String_fromCharCode
TEST := -v --run Lexer\|Parse
TEST := -v --run Lexer
TEST := -v --run String_
TEST := -v --run RegExp
TEST := -v --run ParseSuccess
TEST := -v --run Parse
TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := .
test: test-i