mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-21 14:55:24 +00:00
fix items for cstring for the JS target; makes tests green again
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
discard """
|
||||
output: '''(x: 0, y: 0)
|
||||
(x: 5, y: 0)
|
||||
@[(x: 2, y: 4), (x: 4, y: 5), (x: 4, y: 5)]
|
||||
@[(a: 3, b: 3), (a: 1, b: 1), (a: 2, b: 2)]
|
||||
@[(x: "2", y: 4), (x: "4", y: 5), (x: "4", y: 5)]
|
||||
@[(a: "3", b: 3), (a: "1", b: 1), (a: "2", b: 2)]
|
||||
'''
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user