Added a test for multiplied variables
This commit is contained in:
parent
914e9c3d71
commit
71915494a6
|
@ -81,6 +81,10 @@ PROC m()
|
||||||
%FAIL Two variables
|
%FAIL Two variables
|
||||||
a[x] := 3
|
a[x] := 3
|
||||||
a[y] := 5
|
a[y] := 5
|
||||||
|
|
||||||
|
%PASS Multiplied variables
|
||||||
|
a[x*y] := 3
|
||||||
|
a[(x*y) + 1] := 5
|
||||||
|
|
||||||
%PASS Modulo variable (c.d.) and a constant, safe
|
%PASS Modulo variable (c.d.) and a constant, safe
|
||||||
a[x REM 3] := 3
|
a[x REM 3] := 3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user