summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1 (patch)
tree8d9ba0fb5b4b33d684e82c19677f2746804628c8
parentf02ed480ed5d1267fd5196caee57ed406d5cba1a (diff)
downloaddecmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.zip
decmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.tar.gz
decmath.js-3197a5b4bc521f9ab4c73c91b9bd750d06e8f5e1.tar.bz2
test/13_drhtz-drhfz.js: Fix mistake in copying Perl code
-rw-r--r--test/13_drhtz-drhfz.js2
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) {