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 294


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

* empty log message *

File:
1 edited

Legend:

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

    r293 r294  
    1414
    1515(in-suite utils-suite)
     16(use-package :ngrobner)
     17
    1618
    1719#+nil
     
    2729(test makelist-1
    2830  "Makelist"
    29   (is (equal (makelist-1 (* 2 i) i 0 10) (0 2 4 6 8 10 12 14 16 18 20)))
     31  (is (equal (makelist-1 (* 2 i) i 0 10) '(0 2 4 6 8 10 12 14 16 18 20)))
     32
    3033  )
    3134
Note: See TracChangeset for help on using the changeset viewer.