Skip to content

Commit 19c9856

Browse files
committed
Bug
1 parent 73925fc commit 19c9856

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

test/eval/gt_data/map.log

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
image({[1:1:10]} ↦ 1*x+0);
88
image({[1:2:50]} ↦ 2*x+1);
99
image({[1:3:50], [2:3:100]} ↦ 2*x+1);
10-
{[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30;
11-
{[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x;
1210

1311
-----------------------------------
1412
>>>>>>>>>>> Eval result <<<<<<<<<<<
@@ -29,9 +27,3 @@ image({[1:2:50]} ↦ 2*x+1)
2927
image({[1:3:50], [2:3:100]} ↦ 2*x+1)
3028
--> {[3:6:99], [5:6:197]}
3129

32-
{[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30
33-
--> {[15:20]} -> 2x-30
34-
35-
{[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x
36-
--> {[10:16]} -> -3x+50
37-

test/map.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,3 @@
88
image({[1:1:10]} -> |1*x+0|);
99
image({[1:2:50]} -> |2*x+1|);
1010
image({[1:3:50], [2:3:100]} -> |2*x+1|);
11-
{[10:20]} -> |x| - {[10:20]} -> |-x+30|;
12-
{[10:20]} -> |-2*x+50| - {[10:20]} -> |x|;

test/parser/gt_data/map.log

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,4 @@
77
image({[1:1:10]} ↦ 1*x+0);
88
image({[1:2:50]} ↦ 2*x+1);
99
image({[1:3:50], [2:3:100]} ↦ 2*x+1);
10-
{[10:1:20]} ↦ x-{[10:1:20]} ↦ -x+30;
11-
{[10:1:20]} ↦ -2*x+50-{[10:1:20]} ↦ x;
1210

0 commit comments

Comments
 (0)