source: git/Tst/Short/bug_diff.tst @ 7afb7e

spielwiese
Last change on this file since 7afb7e was 7afb7e, checked in by Hans Schönemann <hannes@…>, 14 years ago
trac 195 git-svn-id: file:///usr/local/Singular/svn/trunk@12424 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 185 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y),dp;
5ideal H = x,y;
6ideal I = x2,y2;
7print(diff(H,I));
8ring r2=2,(x,y),dp;
9ideal H = x,y;
10ideal I = x2,y2;
11print(diff(H,I));
12
13tst_status(1);$
14
Note: See TracBrowser for help on using the repository browser.