source: git/Tst/Short/bug_18.tst @ d4b25e

spielwiese
Last change on this file since d4b25e was 87e389, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* initSSpecial bug git-svn-id: file:///usr/local/Singular/svn/trunk@3833 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 181 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// error in InitSSpecial -- did not put elements of Q into T
5// fixed in 1-3-7
6ring r;
7qring p2 = std(x2);
8ideal i = y3+x;
9std(i, xy2);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.