source: git/Tst/New/gf_fetch.tst @ d208a80

spielwiese
Last change on this file since d208a80 was 3826d0, checked in by Oleksandr Motsak <motsak@…>, 12 years ago
FIX: incompatible .tst and .res.gz.uu (for New/gf_fetch.)
  • Property mode set to 100644
File size: 148 bytes
Line 
1LIB "tst.lib"; tst_init();
2
3ring S = (4,a),x,dp;print(S);
4
5module N = gen(1);
6
7ring D = (4,a),x,dp;print(D);
8
9fetch(S, N); // BUG!
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.