source: git/Tst/Short/bug_curvepar.tst @ 57f6ffd

fieker-DuValspielwiese
Last change on this file since 57f6ffd was 52f5f2c, checked in by Hans Schoenemann <hannes@…>, 6 years ago
tests: for curvepar.lib
  • Property mode set to 100644
File size: 133 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"curvepar.lib";
5ring R=0,(x,y),ds;
6ideal I=y;
7def S=CurveParam(I);
8setring S;
9Param;
10
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.