source: git/Tst/Manual/killattrib.tst @ e74bb4

fieker-DuValspielwiese
Last change on this file since e74bb4 was 8acd72d, checked in by Hans Schoenemann <hannes@…>, 10 years ago
add: tests for killattrib (1 arg)
  • Property mode set to 100644
File size: 256 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring r=32003,(x,y),lp;
3  ideal i=maxideal(1);
4  attrib(i,"isSB",1);
5  attrib(i);
6  killattrib(i,"isSB");
7  attrib(i);
8  attrib(i,"isSB",1);
9  attrib(i,"colour","red");
10  attrib(i);
11  killattrib(i);
12  attrib(i);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.