mirror of
https://github.com/nim-lang/Nim.git
synced 2026-07-20 07:51:32 +00:00
megatest can be executed
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user