leo/tests/parser/expression/binary/div.leo
2021-04-12 13:15:40 -07:00

12 lines
90 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
1 / 1
2/3
1 / 2 / 3
1 ** 2 / 3 ** 4