summary refs log blame commit diff stats
path: root/tests/system/toString.nim
blob: 24dd903c0787e980380888fd7a6b9b6123cd5e18 (plain) (tree)
1
2
3
4
5
6
7
           

                        


                  
                            
discard """
  output:'''@[23, 45]
@[, \"foo\", \"bar\"]'''
"""

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