leo/tests/parser/expression/circuit_init_fail.leo
2021-04-12 13:15:40 -07:00

29 lines
152 B
Plaintext

/*
namespace: ParseExpression
expectation: Fail
*/
x {
x }
x {,}
x { , }
x {,,,}
x {x,,}
x {,,x}
x {,x}
x {x:y,,}
x {,,x:y}
x {,x:y}
x {x:}