1
0
mirror of https://github.com/robertkrimen/otto synced 2025-10-26 20:28:49 +08:00

Remarks on UTF-8/16

This commit is contained in:
Robert Krimen
2012-10-17 11:54:04 -07:00
parent 474a473e36
commit ed98144c35
5 changed files with 40 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ TEST := -v --run IsValidRegExp
TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := -v --run SwitchBreak
TEST := -v --run Unicode
TEST := .
test: test-i