source: git/Tst/Short/bug_tr549.tst @ 197c4e

fieker-DuValspielwiese
Last change on this file since 197c4e was 12f65b7, checked in by Martin Lee <martinlee84@…>, 10 years ago
chg: added test for ticket 549
  • Property mode set to 100644
File size: 123 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "matrix.lib";
5
6ring r = (2,t),(x),dp;
7matrix m[1][1] = x+t;
8primdecSY(m);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.