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

fieker-DuValspielwiese
Last change on this file since 197c4e was 0b9aa7, checked in by Hans Schoenemann <hannes@…>, 9 years ago
tests for tr. #696 (fixed)
  • Property mode set to 100644
File size: 142 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring rng = 0,(x,y),dp;
5ideal I = x^32767;
6ring G = 0,(a,b,c,d),dp;
7map m = rng,a^32767,b;
8m(I);
9
10tst_status(1); $
Note: See TracBrowser for help on using the repository browser.