fix items for cstring for the JS target; makes tests green again

This commit is contained in:
Araq
2018-09-03 11:13:59 +02:00
parent b3c3a46317
commit e0fd1cdb5f
2 changed files with 13 additions and 6 deletions

View File

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