source: git/Tst/Short/bug_tr650.tst @ 352a84b

fieker-DuValspielwiese
Last change on this file since 352a84b was d40b14, checked in by Hans Schoenemann <hannes@…>, 10 years ago
fix: tr.#650 (check for attrib-isSB)
  • Property mode set to 100644
File size: 236 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// attrib is SB for newstruct:
5
6ring r = 0, x, dp;
7ideal I = x;
8ideal J = x2;
9J = std(J);
10attrib(J, "isSB");
11newstruct("foo", "ideal J");
12foo F;
13F.J = J;
14reduce(I, F.J);
15attrib(F.J, "isSB");
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.