leo/tests/parser/expression/ternary.leo

10 lines
92 B
Plaintext
Raw Normal View History

2021-03-30 01:45:10 +03:00
/*
ns: ParseExpression
expectation: Pass
*/
x ? y : z
x ? a ? b : c : z
x ? y : a ? b : c