1
0
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:
Robert Krimen
2012-10-12 18:55:41 -07:00
parent b6f8642fe2
commit 7dfbf6ab13
7 changed files with 83 additions and 9 deletions

View File

@@ -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