mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-18 23:41:38 +03:00
29 lines
145 B
Plaintext
29 lines
145 B
Plaintext
|
/*
|
||
|
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:}
|