mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-11 10:22:33 +03:00
24 lines
142 B
Plaintext
24 lines
142 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
[0u8, 1, 2, 3]
|
|
|
|
[1]
|
|
|
|
[1u8]
|
|
|
|
[1u8,]
|
|
|
|
[0, 1,]
|
|
|
|
[0,1,]
|
|
|
|
[]
|
|
|
|
[[1,2,3],[1,2,3]]
|
|
|
|
[[]]
|
|
|
|
[[], []] |