aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/js b/test/js
index 3f1bcced..b3431fa5 100755
--- a/test/js
+++ b/test/js
@@ -26,5 +26,5 @@ if (onfiles || args.length==0) {
: "All "+test.length+" passed!"
);
} else {
- console.log(args.map(bqn));
+ args.map(a=>console.log(bqn.fmt(bqn(a))));
}