source: git/Tst/Short/bug_tr595.tst @ b672d2

fieker-DuValspielwiese
Last change on this file since b672d2 was 3d89e3, checked in by Jakob Kröker <kroeker@…>, 10 years ago
proposal for trac issue 595
  • Property mode set to 100644
File size: 335 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB("normal.lib");
5
6// to suppress printed message by normalP add one indirection level:
7proc normalPW(ideal id, list #) { return (Normal::normalP(id,#) ); }
8
9ring rng = 7,(x,y), dp;
10ideal I = y-3,x-3;
11def result = normalPW( I ,"withRing");
12def r = result[1][1];
13setring r;
14norid;
15normap;
16
17tst_status(1); $
Note: See TracBrowser for help on using the repository browser.