mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-19 22:10:33 +00:00
there is only one style -- my style
(cherry picked from commit 87a2ced1ba)
This commit is contained in:
@@ -33,5 +33,5 @@ const
|
||||
"C": action3,
|
||||
"D": action4}.toTable
|
||||
|
||||
actionTable1["C"]("arg")
|
||||
# actionTable1["C"]("arg")
|
||||
actionTable2["C"]("arg")
|
||||
|
||||
@@ -1,11 +1,12 @@
|
||||
discard """
|
||||
output: '''ob @[]
|
||||
ob3 @[]
|
||||
ob2 @[]
|
||||
3
|
||||
output: '''ob2 @[]
|
||||
ob @[]
|
||||
ob3 @[]
|
||||
ob2 @[]'''
|
||||
3
|
||||
ob2 @[]
|
||||
ob @[]
|
||||
ob3 @[]
|
||||
'''
|
||||
cmd: "nim c -r --threads:on $file"
|
||||
"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user