Skip to content

Commit afc48b7

Browse files
jodaviestueda
authored andcommitted
Add test for 292
1 parent c83c145 commit afc48b7

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

check/fixes.frm

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,6 +2277,29 @@ assert succeeded?
22772277
assert result("test", -2) =~ expr("f(0)*g(2)")
22782278
assert result("test", -1) =~ expr("h(2,0)")
22792279
*--#] Issue277 :
2280+
*--#[ Issue292 :
2281+
#-
2282+
#: MaxTermSize 16K
2283+
#: SubTermsInSmall 800
2284+
#: SubSortIOSize 8K
2285+
2286+
CFunction f;
2287+
AutoDeclare Symbol x;
2288+
2289+
Local test = x - f(x);
2290+
.sort
2291+
2292+
Identify x = (x1+...+x11)^4;
2293+
Argument f;
2294+
Identify x = (x1+...+x11)^4;
2295+
EndArgument;
2296+
.sort
2297+
2298+
Identify f(x?) = x;
2299+
Print test;
2300+
.end
2301+
assert result("test") =~ expr("0")
2302+
*--#] Issue292 :
22802303
*--#[ Issue307 :
22812304
* replace_ with nested CFunctions crashes
22822305
S N,j1;

0 commit comments

Comments
 (0)