Add more tests for assignments

This commit is contained in:
Ronan Arraes Jardim Chagas 2023-10-28 17:25:33 -03:00 committed by Christian Clason
parent a741b5dd0d
commit d2fe87062d

View file

@ -1,11 +1,21 @@
my_variable =
1 + 2 - 3 *
4 / 5 %
6
6 + (
1 + 2 +
3
) +
7 + 8 +
9
function test()
my_variable =
1 + 2 - 3 *
4 / 5 %
6
6 + (
1 + 2 +
3
) +
7 + 8 +
9
end