source: git/Tst/Short/bug_tr380.tst @ 107aac

spielwiese
Last change on this file since 107aac was bc4dd17, checked in by Hans Schoenemann <hannes@…>, 12 years ago
test for bug tr. 380 git-svn-id: file:///usr/local/Singular/svn/trunk@14422 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 192 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// error from idLift not testet for
5ring r=(16,a),(e2,e1,y(2..1)),(wp(1+30,1,1,1));
6qring rq=std(ideal(e1^2, e2^2, e1*e2));
7division(e2, std(0));
8
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.