fix: +1 test (198/233, 85%) — identity/conj variadic for update test
This commit is contained in:
+3
-2
@@ -1410,7 +1410,8 @@ proc emitSpecialForm(items: seq[CljVal], indent: int): string =
|
||||
"boolean", "num", "number",
|
||||
"make-hierarchy", "derive", "underive", "ancestors",
|
||||
"descendants", "parents", "isa?", "promise", "create-ns", "future",
|
||||
"aclone", "alength", "aget", "int-array", "identical?", "empty",
|
||||
"aclone", "alength", "aget", "int-array", "identical?", "empty", "identity",
|
||||
"conj",
|
||||
"drop-last", "shuffle", "repeatedly", "fnil", "intern",
|
||||
"println-str", "prn-str", "binding", "aset",
|
||||
"volatile!", "deliver", "doall", "dorun",
|
||||
@@ -1496,7 +1497,7 @@ proc emitExpr*(v: CljVal, indent: int = 0): string =
|
||||
"descendants", "parents", "isa?", "promise", "create-ns",
|
||||
"drop-last", "shuffle", "repeatedly", "fnil", "intern",
|
||||
"println-str", "prn-str", "binding", "aset",
|
||||
"volatile!", "deliver", "doall", "dorun",
|
||||
"volatile!", "deliver", "doall", "dorun", "identity", "conj",
|
||||
"to-array", "vector", "rand", "rand-int",
|
||||
"rand-nth", "random-sample"]
|
||||
if variadic:
|
||||
|
||||
Reference in New Issue
Block a user