Changeset 3f623f in git for Tst/New/redTail.tst


Ignore:
Timestamp:
Feb 22, 2013, 12:16:40 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
09b7bce0079d364dd3737b155c8efd91fd7b8708b39b313ad9473a1c407b71dc0c6f79d1a3063486
Parents:
827ba06058f622edbc2440a3ab06dca5d1dd7377
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-22 12:16:40+01:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-02-22 12:26:17+01:00
Message:
Added option output for testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/New/redTail.tst

    r827ba0 r3f623f  
    11LIB "tst.lib";
    22tst_init();
     3
     4option();
    35
    46ring R=0,x(0..4),dp;
     
    68I;
    79// option (teach);
    8 option (prot); option (warn); test (23+32); option();
     10option (prot);
     11option (warn); // test (23+32);
     12option();
    913
    1014std(I);
    1115
     16proc T()
     17{
     18 option();
     19 ring r;
     20 option();
     21 def I = std(maxideal(1));
     22 option ();
     23 ring rr = 0,(x, y, z), ds;
     24 option();
     25 def I = std(maxideal(1));
     26 option ();
     27 
     28}
     29
     30option();
     31T();
    1232option();
    1333
Note: See TracChangeset for help on using the changeset viewer.