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

@@ -1,5 +1,5 @@
discard """
output: '''(foo: 38, other: string here)
output: '''(foo: 38, other: "string here")
43
100
90'''