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

spielwiese
Last change on this file since 010b3f was b806aa, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: funny stuff in 3-0-3: fixed errors and default behav. git-svn-id: file:///usr/local/Singular/svn/trunk@10293 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 181 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ordering rp, attribute and monomial order
5
6ring r0=0,x,rp;
71+x;
8ring r1=0,(x,y),rp;
91+x+y;
10attrib(r0,"global");
11attrib(r1,"global");
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.