mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-29 18:53:58 +00:00
Improved collection-to-string behavior (#6825)
This commit is contained in:
committed by
Andreas Rumpf
parent
bc1123536e
commit
6df6ec27ec
@@ -1,5 +1,5 @@
|
||||
discard """
|
||||
output: '''(foo: 38, other: string here)
|
||||
output: '''(foo: 38, other: "string here")
|
||||
43
|
||||
100
|
||||
90'''
|
||||
|
||||
Reference in New Issue
Block a user