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 1028


Ignore:
Timestamp:
2015-06-10T08:01:18-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r1027 r1028  
    196196(test parse
    197197  "parse"
     198  (ise (equalp (parse:parse-string-to-alist "x^2+y^2" '(x y))
     199               (make-poly-from-termlist (make-term (make-monomial :initial-exponents (2 0)) 1)
     200                                        (make-term (make-monomial :initial-exponents (0 2)) 1))))
    198201  (is (equalp
    199202       (print (parse-string-to-alist "[x^2-y^2+(-4/3)*u^2*w^3-5,y]" '(x y u w)))
Note: See TracChangeset for help on using the changeset viewer.