From 04979a02172c069bef9b3bdb8d47965730b5d634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Wed, 17 Oct 2018 23:15:51 +0200 Subject: [PATCH] increase coverage --- test/src/all.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/src/all.js b/test/src/all.js index 9de940c..df1a8a3 100644 --- a/test/src/all.js +++ b/test/src/all.js @@ -159,6 +159,7 @@ test( throws , '#' , /unexpected end of file/ ) ; test( throws , '#x' , /1:2/ ) ; // no arguments defined +test( throws , '##' , /Escaped hash \(##\) without argument context/ ) ; test( throws , '#1' , /#1 without argument context/ ) ; test( throws , '#2' , /#2 without argument context/ ) ; test( throws , '#3' , /#3 without argument context/ ) ;