diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-01-07 04:32:22 (EST) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-01-07 04:32:22 (EST) |
commit | 3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1 (patch) | |
tree | 8d9ba0fb5b4b33d684e82c19677f2746804628c8 /test | |
parent | f02ed480ed5d1267fd5196caee57ed406d5cba1a (diff) | |
download | decmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.zip decmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.tar.gz decmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.tar.bz2 |
test/13_drhtz-drhfz.js: Fix mistake in copying Perl code
Diffstat (limited to 'test')
-rw-r--r-- | test/13_drhtz-drhfz.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/13_drhtz-drhfz.js b/test/13_drhtz-drhfz.js index 8287f3c..a623d54 100644 --- a/test/13_drhtz-drhfz.js +++ b/test/13_drhtz-drhfz.js @@ -72,7 +72,7 @@ describe("drhtz() and drhfz()", function() { context("Invalid precision tests", function() { var tests = [ /* a p r functions */ - [ 23 , 1, undef, drhtz, drhfz], + [ 23 , 1, null, drhtz, drhfz], ]; tests.forEach(function(test) { test.slice(3).forEach(function(f) { |