fix a bug in printAll macros

This commit is contained in:
2022-12-06 04:43:35 +00:00
parent 64cee5a54c
commit f82fa8b6a4
5 changed files with 34 additions and 22 deletions

View File

@@ -748,6 +748,7 @@ From:[(assert false (+ \"false \" \"should \" \"have \" \"been \" \"true\"))]" m
(localFunction c [val] (+ (a val) (b val)))
(Assert.equals 5 (c 1))))
(var anotherNullToPrint null)
(function _testPrintMacrosCheck []
(printAllNulls)
(var t "bad")