source: git/Tst/Short/bug_ssi_attr.tst @ fdda546

spielwiese
Last change on this file since fdda546 was 7b5305, checked in by Hans Schoenemann <hannes@…>, 7 years ago
fix: ssi: attribute of poly in ideal
  • Property mode set to 100644
File size: 190 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// acccess to non-existent attributes of polys in ideals
5ring R = 0,(x,y),dp;
6ideal I = x+y;
7link l = "ssi:w test.ssi";
8write(l,I[1]);
9close(l);
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.