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 864


Ignore:
Timestamp:
2015-06-09T10:38:57-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r862 r864  
    152152  (is (equal '#I( [ x, y ] ) '(:[ X Y)))
    153153  (is (equal '#I( x + y) '(+ x y)))
    154   (is (equal '#I(x^3) '(expt x 3)))
    155   (is (equal '#I(1+x^3) '(+ 1 (expt x 3))))
    156   (is (equal '#I(x*y^2) '(* x (expt y 2)))))
     154  (is (equal '#I( x^3 ) '(expt x 3)))
     155  (is (equal '#I( 1 + x^3) '(+ 1 (expt x 3))))
     156  (is (equal '#I( x * y^2 ) '(* x (expt y 2)))))
    157157
    158158
Note: See TracChangeset for help on using the changeset viewer.