leo/tests/parser/expression/circuit_init_fail.leo

29 lines
145 B
Plaintext
Raw Normal View History

2021-03-30 01:45:10 +03:00
/*
ns: 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:}