1
0
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:
Robert Krimen
2012-10-17 18:55:02 -07:00
parent 9e83d4daaf
commit 7982fa0fac
4 changed files with 26 additions and 5 deletions

View File

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