source: git/Tst/Short/bug_tr873.tst @ 1f547ed

spielwiese
Last change on this file since 1f547ed was 1f547ed, checked in by Hans Schoenemann <hannes@…>, 3 years ago
fix: tr. #873 (redef. trans. ext. rings)
  • Property mode set to 100644
File size: 131 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4for(int i=1;i<5;i++)
5{
6ring F = 0,(a,b),dp;
7ring R = F,(c),dp;
8ideal I = c;
9std(I);
10}
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.