- Timestamp:
- 2015-06-08T16:36:05-07:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/f4grobner/5am-tests.lisp
r634 r691 139 139 |# 140 140 141 (test infix-print 142 (is (string= (infix-print '(+ x y) nil) "X+Y")) 143 (is (string= (infix-print '(expt x 3) nil) "X^3")) 144 (is (string= (infix-print '(+ 1 (expt x 3)) nil) "1+(X^3)"))) 145 141 146 142 147 (run! 'ngrobner-suite)
Note:
See TracChangeset
for help on using the changeset viewer.