From 5157ac6cb4518c152a2124c73241dc62cf19e59b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Mon, 14 Dec 2020 20:10:06 -0500 Subject: =?UTF-8?q?Use=20=F0=9D=95=8A=20instead=20of=20a=20header=20in=20p?= =?UTF-8?q?rim.bqn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/js') diff --git a/test/js b/test/js index b756113e..f70a0ca4 100755 --- a/test/js +++ b/test/js @@ -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)); } -- cgit v1.2.3