source: git/Tst/Short/cornercase_normal.tst @ ec6d4a

spielwiese
Last change on this file since ec6d4a was ec6d4a, checked in by Hans Schoenemann <hannes@…>, 6 months ago
tests: locnormal.lib, modnormal.lib -> normal.lib
  • Property mode set to 100644
File size: 144 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "normal.lib";
5ring S = 0,(x,y),dp;
6ideal i = y^3 + y - x^4; // is already normal
7locNormal(i);
8
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.