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:
2
Makefile
2
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user