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 1089


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

* empty log message *

File:
1 edited

Legend:

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

    r1088 r1089  
    196196  "Polynomial reader"
    197197  (is (equalp (with-input-from-string (s "X^2-Y^2+(-4/3)*U^2*W^3-5")
    198                 (read-infix-form s))
     198                (read-infix-form :stream s))
    199199              '(+ (- (EXPT X 2) (EXPT Y 2)) (* (- (/ 4 3)) (EXPT U 2) (EXPT W 3)) (- 5))))
    200200  (is (equalp (with-input-from-string (s "x^2+2*y^2")
Note: See TracChangeset for help on using the changeset viewer.