diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-14 20:10:06 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-12-14 20:10:06 -0500 |
| commit | 5157ac6cb4518c152a2124c73241dc62cf19e59b (patch) | |
| tree | 3bbf7aea8dfe0f6029c3e4fef374cdb902cf23d2 /test/js | |
| parent | f686f1198b038dfda906406f5d30601f7f0318b4 (diff) | |
Use 𝕊 instead of a header in prim.bqn
Diffstat (limited to 'test/js')
| -rwxr-xr-x | test/js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -13,8 +13,7 @@ if (prim || args.length==0) { if (prim) { let r = load('prim.bqn').split('\n') .filter(x=>x.length>0 - &&x.charAt(0)!=='#' - &&x.indexOf(':')===-1); + &&x.charAt(0)!=='#'); test = test.concat(r); expt = expt.concat(r.map(e=>1)); } |
