there is only one style -- my style

(cherry picked from commit 87a2ced1ba)
This commit is contained in:
Araq
2019-07-10 19:17:06 +02:00
committed by narimiran
parent 2b4a7ff6f6
commit 6ffe82a5aa
18 changed files with 231 additions and 211 deletions

View File

@@ -33,5 +33,5 @@ const
"C": action3,
"D": action4}.toTable
actionTable1["C"]("arg")
# actionTable1["C"]("arg")
actionTable2["C"]("arg")

View File

@@ -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"
"""