Changeset 3648b2 in git for Tst/Short/liftstd_m.tst


Ignore:
Timestamp:
Mar 11, 2021, 5:52:07 PM (3 years ago)
Author:
Fabian Zickgraf <f.zickgraf@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
acfb434e88755605e6585c20528e02740d41e586
Parents:
f7951d3b3bfea118917f4155803e30bac0dc2b16
Message:
Fix liftstd with 5 arguments and adapt tests

The line got lost in 17b0ccfd5d571f60393bcf29e604b2e379449352
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Tst/Short/liftstd_m.tst

    rf7951d r3648b2  
    1919print(T);
    2020
    21 print(liftstd(A1,T,A2));
    22 print(T);
    23 
    2421print(liftstd(module(A),T,S,"std"));
    2522print(T);
    2623print(S);
     24
     25// relative versions
     26
     27// the three-argument relative version is not implemented and would overwrite A2
     28// print(liftstd(A1,T,A2));
     29// print(T);
    2730
    2831print(liftstd(A1,T,S,A2));
Note: See TracChangeset for help on using the changeset viewer.