Files
mgmt/lang/interpret_test/TestAstFunc1/resdupefields2.txtar
2023-06-01 16:56:44 -04:00

8 lines
197 B
Plaintext

-- main.mcl --
test "test" {
anotherstr => "hello",
anotherstr => "hello world", # values aren't checked in dupe checks
}
-- OUTPUT --
# err: errInit: resource has duplicate field of: anotherstr