source: git/Tst/Short/bug_tr134.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 8ca3c76, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: trac 134 git-svn-id: file:///usr/local/Singular/svn/trunk@11773 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 165 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// attribute which depend on a ring
5ring r;
6ideal i;
7attrib(i,"a",x);
8attrib(i);
9attrib(i,"a");
10ring rr=0,a,dp;
11kill r;
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.