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

14 lines
116 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
1 % 1
2%3
1 % 2 % 3
1 ** 2 % 3 ** 4
1 ** 2 % 3 ** 4 % 5 ** 6