John-David Dalton
|
28b83a486e
|
Add placeholder support tests for _.bind.
|
2014-02-22 20:59:02 -08:00 |
|
John-David Dalton
|
054be39feb
|
Add a test for _.uniq with isSorted.
|
2014-02-22 19:20:14 -08:00 |
|
John-David Dalton
|
6448e049d1
|
Tweak ticks around "callback" in test titles. [ci skip]
|
2014-02-22 19:16:00 -08:00 |
|
John-David Dalton
|
0860d9712e
|
Add test to ensure _.flatten returns empty arrays for non array-like objects.
|
2014-02-22 17:19:20 -08:00 |
|
John-David Dalton
|
8a1d2b614a
|
Templates should not reference _.escape if "escape" delimiters are not used. [closes #484]
|
2014-02-20 22:31:42 -08:00 |
|
John-David Dalton
|
b79d03d9a4
|
Reorganize _.template tests.
|
2014-02-20 22:08:29 -08:00 |
|
John-David Dalton
|
24edd68833
|
Fix compseArgs and composeArgsRight and cleanup and correct partial placeholder tests.
|
2014-02-16 16:06:16 -08:00 |
|
John-David Dalton
|
131bd2c2cd
|
Cleanup tests.
|
2014-02-15 22:03:33 -08:00 |
|
John-David Dalton
|
7edf024c71
|
Fix test fails in Rhino.
|
2014-02-14 01:36:25 -08:00 |
|
John-David Dalton
|
dd6dc1d334
|
Test cleanup.
|
2014-02-13 22:29:25 -08:00 |
|
John-David Dalton
|
fb2bafb49e
|
Ensure _.throttle & _.debounce work if the system time is set backwards.
|
2014-02-13 22:26:26 -08:00 |
|
John-David Dalton
|
1ac5fa544b
|
Update qunit-extras to respect QUnit.config.hidepassed.
|
2014-02-11 23:35:29 -08:00 |
|
John-David Dalton
|
aecdd0fdd5
|
Add _.matches test and cleanup _.property and _.constant tests.
|
2014-02-11 21:07:28 -08:00 |
|
John-David Dalton
|
f090af2292
|
Rename _.match to _.matches.
|
2014-02-11 00:35:05 -08:00 |
|
John-David Dalton
|
dae0b25717
|
Revert allowing _.omit and _.pick to work as a callback for _.map when combined with _.partialRight to be solved with _.partial placeholders in v3.
|
2014-02-10 00:32:10 -08:00 |
|
John-David Dalton
|
a91abb3e8d
|
Add _.partition.
|
2014-02-08 23:27:04 -08:00 |
|
John-David Dalton
|
de7409fd07
|
Ensure functions can be used as default values for _.result.
|
2014-02-04 23:50:37 -08:00 |
|
John-David Dalton
|
201d17bc31
|
Allow _.omit and _.pick to work as a callback for _.map when combined with _.partialRight.
|
2014-02-04 00:57:26 -08:00 |
|
John-David Dalton
|
9ec874d8a6
|
Add _.isEqual test for being used as a callback for _.every.
|
2014-02-03 21:32:02 -08:00 |
|
John-David Dalton
|
d3be4bba37
|
Add _.isEqual test to ensure regexes are compared regardless of flag order.
|
2014-02-02 00:01:27 -08:00 |
|
John-David Dalton
|
733da570c8
|
Revert the backtick escape/unescape patch but keep the docs.
|
2014-01-31 02:05:43 -08:00 |
|
John-David Dalton
|
618c8bb5ad
|
Add ` as a character to escape/unescape and a doc note on unquoted html attribute values.
|
2014-01-30 09:38:01 -08:00 |
|
John-David Dalton
|
8cdd6cd131
|
Fix test/test.js in lodash-node and carry fixes over to perf/perf.js.
|
2014-01-29 08:57:14 -08:00 |
|
John-David Dalton
|
5b9a8e9bf9
|
Fix tests for lodash-amd.
|
2014-01-29 00:29:50 -08:00 |
|
John-David Dalton
|
d4ac76081e
|
Correct _.compose unit test.
|
2014-01-28 23:38:29 -08:00 |
|
Stephen Solka
|
512c8de526
|
Use .apply for initial function call in _.compose then use .call in loop. [closes #463, #464]
|
2014-01-28 22:05:19 -08:00 |
|
John-David Dalton
|
bec4e8d8e4
|
Fix lodash-node unit tests.
|
2014-01-27 21:50:50 -08:00 |
|
John-David Dalton
|
1b79448ac2
|
Add _.zipObject test for extra values.
|
2014-01-27 20:00:47 -08:00 |
|
John-David Dalton
|
6cef7d5060
|
Ensure _.where handles properties with undefined properties. [closes #461]
|
2014-01-27 17:53:10 -08:00 |
|
John-David Dalton
|
24b77d9dcb
|
Minor code format nit in test.js. [ci skip]
|
2014-01-26 13:27:01 -08:00 |
|
John-David Dalton
|
5beef690ad
|
Fix loading baseEach for commonjs modularize tests.
|
2014-01-25 18:11:25 -08:00 |
|
John-David Dalton
|
af55978918
|
Minor test cleanup. [ci skip]
|
2014-01-25 10:25:50 -08:00 |
|
John-David Dalton
|
3986dd4c32
|
Add baseEach tests.
|
2014-01-25 02:48:41 -08:00 |
|
John-David Dalton
|
79afa16a7f
|
Fix test fails in older Safari and cleanup setProperty in test.js.
|
2014-01-24 23:16:07 -08:00 |
|
John-David Dalton
|
087ed0aa6a
|
Update vendor/qunit-extras and simplify its load/install.
|
2014-01-24 09:42:45 -08:00 |
|
John-David Dalton
|
44fa3d2d07
|
Fix typo in throttle test.
|
2014-01-24 00:52:38 -08:00 |
|
John-David Dalton
|
8654d83a33
|
Drop 'use strict' in the unit tests and make its IIFE more closely resemble lodash's.
|
2014-01-23 23:19:13 -08:00 |
|
John-David Dalton
|
efb78c823c
|
Add _.memoize test and normalize on using properties of a and b instead of x and y.
|
2014-01-23 23:00:49 -08:00 |
|
John-David Dalton
|
62e0db7c9b
|
Fix Function.prototype.toString mock in test/ to avoid errors in Firefox.
|
2014-01-23 00:30:59 -08:00 |
|
John-David Dalton
|
7b8a23453f
|
Cleanup lodashBizarro code to get coverage up in AMD modules.
|
2014-01-22 23:09:42 -08:00 |
|
John-David Dalton
|
bbc3100bb3
|
Add _.callback as an alias of _.createCallback.
|
2014-01-22 08:54:25 -08:00 |
|
John-David Dalton
|
38bb975abd
|
Allow legacy build tests to pass.
|
2014-01-21 20:49:44 -08:00 |
|
John-David Dalton
|
c1c92256ea
|
Track arity of functions created by _.bind, _.bindKey, _.bindAll, _.partial, _.partialRight, _.curry, and _.wrap.
|
2014-01-21 19:59:13 -08:00 |
|
John-David Dalton
|
ca58bab1f0
|
Cleanup assign/defaults/merge unit test. [ci skip]
|
2014-01-20 09:31:55 -08:00 |
|
John-David Dalton
|
a3d18d0429
|
Add coverage for Set for environments w/o native support.
|
2014-01-19 23:52:27 -08:00 |
|
John-David Dalton
|
c1d3fc1b78
|
Cleanup _.result default value patch. [closes #455]
|
2014-01-17 09:27:11 -08:00 |
|
pistacchio
|
e983f93859
|
Added default value to _.result
|
2014-01-16 18:54:20 +01:00 |
|
John-David Dalton
|
c6557e5078
|
Add more _.indexOf tests.
|
2014-01-14 22:11:10 -08:00 |
|
Johann Steinbrecher
|
f7aab02978
|
Fixing indexOf([], undefined, true) to return -1 insead 0
|
2014-01-14 12:55:06 -08:00 |
|
John-David Dalton
|
fdcd67dd6b
|
Make stable multi prop sort unit test more complex.
|
2014-01-13 19:39:02 -08:00 |
|