Files
mgmt/lang/interpret_test/TestAstFunc2/unify-interpolate-edge2-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

11 lines
239 B
Plaintext

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