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

Fill out switch, for, for-in labelling

This and the previous commit fix #4
This commit is contained in:
Robert Krimen
2012-10-16 23:11:35 -07:00
parent 58cf2a4b67
commit a780c85861
4 changed files with 72 additions and 2 deletions

View File

@@ -20,8 +20,8 @@ TEST := -v --run API
TEST := -v --run IsValidRegExp
TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := .
TEST := -v --run SwitchBreak
TEST := .
test: test-i
go test $(TEST)