source: git/Tst/Short/bug_16.tst @ a866f1

spielwiese
Last change on this file since a866f1 was b92f93c, checked in by Hans Schönemann <hannes@…>, 25 years ago
* hannes: tests for bug_16 git-svn-id: file:///usr/local/Singular/svn/trunk@3591 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 123 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z),ds;
5degBound=4;
6option(prot,redSB);
7std(ideal(x-x2+y3,z-x));
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.