summary refs log tree commit diff stats
path: root/tests/stdlib/tnilecho.nim
blob: 147b5e492521d84fb88ea1f58a4e2d3dc88cfd40 (plain) (blame)
1
2
var x = @["1", nil, "3"]
doAssert $x == "@[1, nil, 3]"