mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-20 16:11:35 +03:00
10 lines
92 B
Plaintext
10 lines
92 B
Plaintext
|
/*
|
||
|
ns: ParseExpression
|
||
|
expectation: Pass
|
||
|
*/
|
||
|
|
||
|
x ? y : z
|
||
|
|
||
|
x ? a ? b : c : z
|
||
|
|
||
|
x ? y : a ? b : c
|