Files
mgmt/lang/interpret_test/TestAstFunc2/unify-interpolate-edge1-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[$name] -> Test["test"] # must pass
Test["${name}"] -> Test["test"] # must fail
-- OUTPUT --
# err: errUnify: type error: str != list: /main.mcl @ 6:1-6:16