From 6df6ec27ec573fc7f619f7bf9fece6d6b0dc931f Mon Sep 17 00:00:00 2001 From: Fabian Keller Date: Thu, 14 Dec 2017 14:02:13 +0100 Subject: Improved collection-to-string behavior (#6825) --- tests/stdlib/tlists.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/stdlib/tlists.nim') diff --git a/tests/stdlib/tlists.nim b/tests/stdlib/tlists.nim index 4caa05c90..37e73c53f 100644 --- a/tests/stdlib/tlists.nim +++ b/tests/stdlib/tlists.nim @@ -17,7 +17,7 @@ block SinglyLinkedListTest1: block SinglyLinkedListTest2: var L: TSinglyLinkedList[string] for d in items(data): L.prepend($d) - assert($L == "[6, 5, 4, 3, 2, 1]") + assert($L == """["6", "5", "4", "3", "2", "1"]""") assert("4" in L) -- cgit 1.4.1-2-gfad0