Jeremy Ashkenas
|
33d2577fb5
|
CoffeeScript 1.0.0
|
2010-12-24 11:02:10 -08:00 |
|
Michael Ficarra
|
a01225db39
|
moving global identity function back into just the files in which it is
used
|
2010-12-18 15:04:47 -05:00 |
|
Michael Ficarra
|
c42ac967ea
|
changed arrayEqual to arrayEq, added global identity function id
|
2010-12-18 14:45:32 -05:00 |
|
Michael Ficarra
|
dd11528160
|
changed occurrences of deepEqual to new, self-defined arrayEqual for
recursively walking arrays and testing if their values are equal
|
2010-12-16 00:12:11 -05:00 |
|
Michael Ficarra
|
438708ea15
|
using deepEqual where I would have like to before, if I had known about
it
|
2010-12-13 05:03:11 -05:00 |
|
Jeremy Ashkenas
|
b9c2236885
|
Merging in MichaelFicarra's refactorTests branch.
|
2010-12-11 20:30:48 -05:00 |
|
Michael Ficarra
|
113cecc4f0
|
updated all completed test files except comments.coffee to the new
testing mini-framework
|
2010-12-10 00:23:37 -05:00 |
|
Michael Ficarra
|
049df99afc
|
consistency: eq(expected,actual), formatting, etc.
|
2010-12-07 22:04:16 -05:00 |
|
Michael Ficarra
|
574f9afa3d
|
using nonces more where applicable, also added tests for default
arguments
|
2010-12-03 17:10:36 -05:00 |
|
Michael Ficarra
|
3751ac1784
|
refactored test_arguments.coffee
|
2010-12-03 16:24:22 -05:00 |
|