source: git/Tst/Short/bug_732.tst @ f987c8

fieker-DuValspielwiese
Last change on this file since f987c8 was 9a12424, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for tr. #732
  • Property mode set to 100644
File size: 263 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r = 0, x, dp;
5ideal i1 = x;
6ideal i2 = x, x2;
7chinrem(list(i2, i1), list(2, 3));
8
9kill r;
10
11ring r = 0, x, dp;
12ideal i1 = x;
13ideal i2 = x, x2;
14chinrem(list(i1, i2), list(2, 3));
15
16chinrem(list(i2, i1), list(2, 3));
17
18tst_status(1);$
Note: See TracBrowser for help on using the repository browser.