mirror of
https://github.com/nim-lang/Nim.git
synced 2026-06-06 11:54:11 +00:00
Improved collection-to-string behavior (#6825)
This commit is contained in:
committed by
Andreas Rumpf
parent
bc1123536e
commit
6df6ec27ec
@@ -4,7 +4,7 @@ discard """
|
||||
3
|
||||
@[(Field0: 1, Field1: 2), (Field0: 3, Field1: 5)]
|
||||
2
|
||||
@[a, new one, c]
|
||||
@["a", "new one", "c"]
|
||||
@[1, 2, 3]'''
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user