mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-15 15:44:14 +00:00
add test: echo a seq with a nil value
This commit is contained in:
2
tests/stdlib/tnilecho.nim
Normal file
2
tests/stdlib/tnilecho.nim
Normal file
@@ -0,0 +1,2 @@
|
||||
var x = @["1", nil, "3"]
|
||||
doAssert $x == "@[1, nil, 3]"
|
||||
Reference in New Issue
Block a user