source: git/Tst/Manual/_delta.tst @ c2f6bd

spielwiese
Last change on this file since c2f6bd was e197f5, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
fix due to case sensitive file systems fix: tests from Manual/ with only case different names chg: updated *.uu results as well! chg: updated regress.cmd to remote the leading _ for tests starting with "_[a-z0-9]" during the TC output NOTE: the tests with lower case names got a leading underscore character (_)
  • Property mode set to 100644
File size: 330 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "hnoether.lib";
3ring r = 32003,(x,y),ds;
4poly f = x25+x24-4x23-1x22y+4x22+8x21y-2x21-12x20y-4x19y2+4x20+10x19y
5+12x18y2-24x18y-20x17y2-4x16y3+x18+60x16y2+20x15y3-9x16y
6-80x14y3-10x13y4+36x14y2+60x12y4+2x11y5-84x12y3-24x10y5
7+126x10y4+4x8y6-126x8y5+84x6y6-36x4y7+9x2y8-1y9;
8delta(f);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.