source: git/Tst/Short/bug_rp.tst

spielwiese
Last change on this file was d4a6939, checked in by Hans Schoenemann <hannes@…>, 5 months ago
prepare for Singular 4.4.0
  • Property mode set to 100644
File size: 181 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// ordering ip, attribute and monomial order
5
6ring r0=0,x,ip;
71+x;
8ring r1=0,(x,y),ip;
91+x+y;
10attrib(r0,"global");
11attrib(r1,"global");
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.