diff options
Diffstat (limited to 'tests/stdlib/tnilecho.nim')
-rw-r--r-- | tests/stdlib/tnilecho.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/stdlib/tnilecho.nim b/tests/stdlib/tnilecho.nim new file mode 100644 index 000000000..147b5e492 --- /dev/null +++ b/tests/stdlib/tnilecho.nim @@ -0,0 +1,2 @@ +var x = @["1", nil, "3"] +doAssert $x == "@[1, nil, 3]" |