source: git/Tst/Short/bug_charseries2.tst @ d0162f6

spielwiese
Last change on this file since d0162f6 was ef52d6, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Update testsuite wrt current master (320c4f5e64cad778b4ada9556a9b0a6c71cab83a) NOTE: some wrong/bad tests were removed... TODO: add the reset of these updates after updating LIB/
  • Property mode set to 100644
File size: 274 bytes
Line 
1LIB "tst.lib";
2tst_init();
3// an error about choosing field extensions
4
5ring r=2,(v1,v2,v3,v4,v5),dp;
6ideal I=v3^2+v1*v3+v1, v4^2+v2*v4+v2,
7v5^2+v1*v2*v5+v1*v2^2+v1^2*v2;
8I;
9for(int i=0;i<10;i++)
10{
11print(char_series(I));
12"==============================";
13}
14
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.