source: git/Tst/Short/bug_ring_quot.tst @ 9b3ad3

spielwiese
Last change on this file since 9b3ad3 was 9b3ad3, checked in by Hans Schoenemann <hannes@…>, 11 years ago
fix: tr. #490 (missing kMergeBintoL in enterpairsSpecial) from master
  • Property mode set to 100644
File size: 250 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// wrong enterOnePairSpecial
5ring R=integer,(x,y,z),dp;
6ideal I=6xz+yz,xz+yz+z;
7std(I);
8quotient(I,5);
9
10// tr. # 490
11ring RR=integer,(x,y),dp;
12module N=[x,1],[x,y];
13module M=freemodule(2);
14quotient(N,M);
15
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.