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 1101


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

* empty log message *

File:
1 edited

Legend:

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

    r1100 r1101  
    200200  (let ((p (make-poly-from-termlist (list (make-term (make-monom :initial-exponents '(2 0)) 1)
    201201                                          (make-term (make-monom :initial-exponents '(0 2)) 2)))))
    202     (is (equalp (with-input-from-string (s "x^2+2*y^2") (read-poly '(x y) :stream s)) p))
    203     (is (equalp (read-poly-from-string "x^2+2*y^2" '(x y))) p)))
     202    (is (equalp (with-input-from-string (s "x^2+2*y^2")
     203                  (read-poly '(x y) :stream s))
     204                p))
     205    (is (equalp (read-poly-from-string "x^2+2*y^2" '(x y)) p))))
    204206
    205207(run! 'ngrobner-suite)
Note: See TracChangeset for help on using the changeset viewer.