mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 00:21:47 +03:00
21 lines
161 B
Plaintext
21 lines
161 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Fail
|
|
*/
|
|
|
|
()group
|
|
|
|
(123)group
|
|
|
|
(,)group
|
|
|
|
(+, -,)group
|
|
|
|
(,+, -)group
|
|
|
|
(x,y)group
|
|
|
|
(123,456u8)group
|
|
|
|
(123,456field)group
|