close Warning: Can't synchronize with repository "(default)" (The repository directory has changed, you should resynchronize the repository with: trac-admin $ENV repository resync '(default)'). Look in the Trac log for more information.

Changeset 1079


Ignore:
Timestamp:
2015-06-10T09:31:42-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/5am-tests.lisp

    r1078 r1079  
    197197  (is (equalp (with-input-from-string (s "x^2+y^2") (poly-reader  '(x y) s)
    198198              (make-poly-from-termlist (list (make-term (make-monom :initial-exponents '(2 0)) 1)
    199                                              (make-term (make-monom :initial-exponents '(0 2)) 1)))))
     199                                             (make-term (make-monom :initial-exponents '(0 2)) 1))))))
    200200  (is (equalp
    201201       (print (with-input-from-string (s "[x^2-y^2+(-4/3)*u^2*w^3-5,y]")
Note: See TracChangeset for help on using the changeset viewer.