From d8033ff6cd612f8737f3a5fb2905482632488dda Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 12 Jan 2021 14:58:22 -0500 Subject: Format printed results in test/js --- test/js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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)))); } -- cgit v1.2.3