source: git/Tst/Short/bug_tr393.tst @ 1427f62

fieker-DuValspielwiese
Last change on this file since 1427f62 was 1b9fe1, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for tr. #393
  • Property mode set to 100644
File size: 125 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// overflow checks:
5ring r;
6poly p=2x300;
7map f=r,x300;
8f(p);
9subst (p,x,y300);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.