mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-27 12:17:35 +03:00
29 lines
152 B
Plaintext
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:}
|