mirror of
https://github.com/robertkrimen/otto
synced 2025-10-26 20:28:49 +08:00
Fix scanning \r, \b, \f, \v as \t
Copy and paste error of epic proportions? This will fix #5
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,7 +10,6 @@ TEST := -v --run underscoreUtility
|
||||
TEST := -v --run Array_slice
|
||||
TEST := -v --run Date
|
||||
TEST := -v .
|
||||
TEST := -v --run Lexer
|
||||
TEST := -v --run Synopsis
|
||||
TEST := -v --run _eval
|
||||
TEST := -v --run Broken
|
||||
@@ -22,6 +21,8 @@ TEST := -v --run ParseFailure
|
||||
TEST := -v --run RegExp
|
||||
TEST := -v --run SwitchBreak
|
||||
TEST := -v --run Unicode
|
||||
TEST := -v --run Lexer
|
||||
TEST := -v --run Test_issue
|
||||
TEST := .
|
||||
|
||||
test: test-i
|
||||
|
||||
Reference in New Issue
Block a user