Improved collection-to-string behavior (#6825)

This commit is contained in:
Fabian Keller
2017-12-14 14:02:13 +01:00
committed by Andreas Rumpf
parent bc1123536e
commit 6df6ec27ec
33 changed files with 226 additions and 74 deletions

View File

@@ -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]'''
"""