source: git/Tst/Short/bug_newstruct.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was 1cbc28, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
updated test according to legacy Singular + new lists of tests
  • Property mode set to 100644
File size: 170 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// newstruct stuff
5newstruct("pdivisor","list summands, cone tail");
6
7list L;
8cone c;
9pdivisor P;
10P.summands=L;
11P.tail=c;
12P;
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.