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

Test condition in case of continue in do-while

This commit is contained in:
Robert Krimen
2012-11-06 17:27:12 -08:00
parent b81abbf3c6
commit a4de862caa
5 changed files with 31 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ TEST := -v --run ParseFailure
TEST := -v --run RegExp
TEST := -v --run stringToFloat
TEST := .
TEST := -v --run TryFinally
test: test-i
go test $(TEST)