Changeset 694 for branches/f4grobner
- Timestamp:
- 2015-06-08T17:38:16-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r693 r694 140 140 141 141 (test infix-print 142 "Infix printer" 142 143 (is (string= (infix-print '(+ x y) nil) "X+Y")) 143 144 (is (string= (infix-print '(expt x 3) nil) "X^3")) … … 147 148 148 149 (test infix 150 "Infix parser" 149 151 (is (equal '#I( x^2 + y^2 ) '(+ (expt x 2) (expt y 2)))) 150 152 (is (equal '#I( [ x, y ] ) '(:[ X Y))))
Note:
See TracChangeset
for help on using the changeset viewer.