megatest can be executed

This commit is contained in:
Arne Döring
2018-12-03 19:12:59 +01:00
committed by Araq
parent fb1f5c62b5
commit 2a4c09ff88
22 changed files with 150 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
discard """
output: ""
output: "DONE: tostring.nim"
"""
doAssert "@[23, 45]" == $(@[23, 45])
@@ -115,3 +115,6 @@ block:
var s: string
s.addQuoted a2
doAssert s == "\"fo\\\"o2\""
echo "DONE: tostring.nim"