source: git/Tst/Short/bug_tr288.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was 824e84, checked in by Hans Schoenemann <hannes@…>, 13 years ago
# 288 git-svn-id: file:///usr/local/Singular/svn/trunk@13436 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 216 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// missed cancelunit for 1+y (ecart==0)
5
6ring r = 0, (x, y), (a(1, -1), dp); x+y+1;
7std(ideal(1+y));
8std(ideal(1+y+x));
9option(redSB);
10std(ideal(1+y));
11std(ideal(1+y+x));
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.