The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-util.js @ b0c0111b

History | View | Annotate | Download (3.53 KB)

# Date Author Comment
928d28a7 05/10/2012 10:49 AM Ben Noordhuis

util: make _extend() more robust

Add a better 'is object?' check, the old one let values like true slip through.

48650639 01/17/2012 01:45 PM Andreas Madsen

Tests: fix jslint issues

d4379fce 10/26/2011 03:33 PM Nathan Rajlich

Add test case for #1941.

Add test for the false-positives from #1942.
Fix test-sys.js.

a6a04fb1 10/26/2011 02:38 PM Nathan Rajlich

Add test case for the util.js type checking functions.