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 295


Ignore:
Timestamp:
2015-06-05T21:11:03-07:00 (9 years ago)
Author:
Marek Rychlik
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/f4grobner/utils-tests.lisp

    r294 r295  
    2929(test makelist-1
    3030  "Makelist"
    31   (is (equal (makelist-1 (* 2 i) i 0 10) '(0 2 4 6 8 10 12 14 16 18 20)))
     31  (is (equal (eval '(makelist-1 (* 2 i) i 0 10)) '(0 2 4 6 8 10 12 14 16 18 20)))
    3232
    3333  )
Note: See TracChangeset for help on using the changeset viewer.