source: git/Tst/Short/bug_5.tst @ 29fc843

spielwiese
Last change on this file since 29fc843 was db70590, checked in by Hans Schönemann <hannes@…>, 26 years ago
*hannes: added bug_5 git-svn-id: file:///usr/local/Singular/svn/trunk@2587 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 193 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r;
5list L=ideal(x);
6L[1]=L[1],L[1];
7L;
8//
9list LL;
10LL[1] = LL[1],LL[1]; //should give an error
11//
12list LLL;
13LLL[3]=ideal(1);
14LLL[3][1]=x;
15LLL;
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.