source: git/Tst/Short/bug_20.tst @ 4e59df4

spielwiese
Last change on this file since 4e59df4 was c78e8b, checked in by Hans Schönemann <hannes@…>, 24 years ago
*hannes: bug_20 added git-svn-id: file:///usr/local/Singular/svn/trunk@4269 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 178 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4proc t
5{
6  ring r;
7  poly p=x;
8  poly q=y;
9  export p;
10  return(r);
11}
12ring s;
13def rr=t();
14listvar(all);
15// p should appear, but q not
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.