summary refs log tree commit diff stats
path: root/tests/system/toString.nim
blob: 52e7a4b92ad95dbfc8867092e5d3801c3dddba25 (plain) (blame)
1
2
3
4
5
6
7
8
9
discard """
  output:'''@[23, 45]
@[, foo, bar]'''
"""

echo($(@[23, 45]))
echo($(@["", "foo", "bar"]))
#echo($(["", "foo", "bar"]))
#echo($([23, 45]))