Files
mgmt/lang/interpret_test/TestAstFunc2/unify-interpolate-res-fail.txtar
James Shubin 58461323b9 lang: parser: Try to add the end values in parser
Not sure if this is right, but it's a start.
2025-06-06 03:11:06 -04:00

9 lines
181 B
Plaintext

-- main.mcl --
$name = ["a", "bb", "ccc",]
#test $name {} # must pass
test "${name}" {} # must fail
-- OUTPUT --
# err: errUnify: type error: str != list: /main.mcl @ 4:1-4:18