mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Better regular expression syntax checking
And a limitation elaboration
This commit is contained in:
3
Makefile
3
Makefile
@@ -13,12 +13,13 @@ TEST := -v --run Date
|
||||
TEST := -v .
|
||||
TEST := -v --run Lexer
|
||||
TEST := -v --run Synopsis
|
||||
TEST := -v --run ParseFailure
|
||||
TEST := -v --run _eval
|
||||
TEST := -v --run Broken
|
||||
TEST := -v --run ParseSuccess
|
||||
TEST := -v --run OttoError
|
||||
TEST := -v --run API
|
||||
TEST := -v --run IsValidRegExp
|
||||
TEST := -v --run ParseFailure
|
||||
TEST := .
|
||||
|
||||
test: test-i
|
||||
|
||||
Reference in New Issue
Block a user