mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-27 09:01:37 +00:00
* fixes #15280 [backport:1.2] * make tests green again * adapt tests
This commit is contained in:
@@ -258,7 +258,7 @@ func foo(input: string): int =
|
||||
try:
|
||||
parseInt(input)
|
||||
except:
|
||||
return
|
||||
0
|
||||
|
||||
func foo2(b, input: string): int =
|
||||
case b:
|
||||
|
||||
Reference in New Issue
Block a user