source: git/Tst/Short/bug_28.tst @ 0f2fcb4

spielwiese
Last change on this file since 0f2fcb4 was 481842, checked in by Anne Frühbis-Krüger <anne@…>, 23 years ago
*anne: new tests checking preimage_bug, radical_bug in char 2, signal 11 when returning non exported object mres_bug, interred_bug, imap_bug git-svn-id: file:///usr/local/Singular/svn/trunk@5254 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 233 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring R = (0,a,b,c,d,t),x,dp;
5ideal i = b2-6bc-5c2+bt-ct-b-c+t-1;
6i;
7
8ring R1=0,(a,b,c,d,t),dp;
9ideal i =  imap(R,i);
10i;
11ring S = 32003,(a,b,c,d,t),dp;
12ideal i = imap(R,i);
13i;
14imap(R1,i);
15
16tst_status(1);$
17
Note: See TracBrowser for help on using the repository browser.