mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 05:50:30 +00:00
fixes #1560
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
discard """
|
||||
output: '''true'''
|
||||
output: '''true
|
||||
3
|
||||
4
|
||||
5'''
|
||||
cmd: "nim $target --gc:none --hints:on --warnings:off $options $file"
|
||||
"""
|
||||
|
||||
@@ -49,3 +52,6 @@ block Test1:
|
||||
|
||||
echo "true"
|
||||
|
||||
# bug #1560
|
||||
for i in @[3, 4, 5]:
|
||||
echo($i)
|
||||
|
||||
Reference in New Issue
Block a user