Changeset 1082
- Timestamp:
 - 2015-06-10T09:34:52-07:00 (10 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/f4grobner/5am-tests.lisp (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/f4grobner/5am-tests.lisp
r1081 r1082 195 195 (test poly-reader 196 196 "Polynomial reader" 197 (is (equalp (with-input-from-string (s "x^2+2 /3*y^2")197 (is (equalp (with-input-from-string (s "x^2+2*y^2") 198 198 (poly-reader '(x y) s)) 199 199 (make-poly-from-termlist (list (make-term (make-monom :initial-exponents '(2 0)) 1) 200 (make-term (make-monom :initial-exponents '(0 2)) 1))))))200 (make-term (make-monom :initial-exponents '(0 2)) 2)))))) 201 201 202 202 (run! 'ngrobner-suite)  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  