source: git/Tst/Short/bug_tr329.tst @ d0162f6

spielwiese
Last change on this file since d0162f6 was 8f296a, checked in by Oleksandr Motsak <motsak@…>, 11 years ago
Updated 'Singular/singular-libs' (for tested libs only) + The rest of updated tests due to master [mmm]! fix: corrected some wrong library names in tests (TODO: update test results afterwards) TODO/NOTE: some of LIB/*.lib are not installed and not yet tested in Tst/ NOTE: some more changes to Interpreter are needed for several further (incompatible with master) tests !!!
  • Property mode set to 100644
File size: 230 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring rc = (0,c),(x,y),dp;
51/3<1/2;
61/3>1/2;
71/3==1/2;
81/3!=1/2;
9c/2 > c/3;
10c/2 < c/3;
11c/2 == c/3;
12c/2 != c/3;
13x2/3 < x2/2;
14x2/3 > x2/2;
15x2/3 == x2/2;
16x2/3 != x2/2;
17c2/3 <c;
18x2/3 <x;
19
20//
21tst_status(1);$
Note: See TracBrowser for help on using the repository browser.