fix: +1 test (198/233, 85%) — identity/conj variadic for update test

This commit is contained in:
2026-05-09 20:37:37 +03:00
parent fb13f15c39
commit 48e64aec7f
2 changed files with 7 additions and 3 deletions
+3 -2
View File
@@ -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: