diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-12 14:58:22 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-01-12 14:58:22 -0500 |
| commit | d8033ff6cd612f8737f3a5fb2905482632488dda (patch) | |
| tree | 5b26d02872da417e06367db7e6df5d730d4f71d9 /test | |
| parent | fd5007d0e5ff97acfddc6d60425f567b8d95dbe5 (diff) | |
Format printed results in test/js
Diffstat (limited to 'test')
| -rwxr-xr-x | test/js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)))); } |
