source:
git/Tst/Short/bug_ring_quot.tst
@
9b3ad3
Last change on this file since 9b3ad3 was 9b3ad3, checked in by , 10 years ago | |
---|---|
|
|
File size: 250 bytes |
Line | |
---|---|
1 | LIB "tst.lib"; |
2 | tst_init(); |
3 | |
4 | // wrong enterOnePairSpecial |
5 | ring R=integer,(x,y,z),dp; |
6 | ideal I=6xz+yz,xz+yz+z; |
7 | std(I); |
8 | quotient(I,5); |
9 | |
10 | // tr. # 490 |
11 | ring RR=integer,(x,y),dp; |
12 | module N=[x,1],[x,y]; |
13 | module M=freemodule(2); |
14 | quotient(N,M); |
15 | |
16 | |
17 | tst_status(1);$ |
Note: See TracBrowser
for help on using the repository browser.