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 4407


Ignore:
Timestamp:
2016-06-07T19:46:41-07:00 (8 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4406 r4407  
    6262  (is (equal (infix-print-to-string '(* 3 (sin x))) "3*(SIN(X))"))
    6363  (is (equal (infix-print-to-string '(+ x (- y z))) "X+Y-Z"))
    64   (is (equal (infix-print '(+ (* 3 x) (- (* 2 (expt y 2)) z))) "3*X+2*(Y^2)-Z"))
     64  (is (equal (infix-print-to-string '(+ x (- y))) "X-Y"))
     65  (is (equal (infix-print-to-string '(+ (* 3 x) (- (* 2 (expt y 2)) z))) "3*X+2*(Y^2)-Z"))
    6566  )
    6667
Note: See TracChangeset for help on using the changeset viewer.