From a98f44e142c4a2cf8c02e637140e3fa45858cf60 Mon Sep 17 00:00:00 2001 From: Andrea Alberti Date: Mon, 19 Aug 2024 22:43:19 +0200 Subject: [PATCH] small fix --- src/grammar.pegjs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/grammar.pegjs b/src/grammar.pegjs index 5b50a10..6f89747 100644 --- a/src/grammar.pegjs +++ b/src/grammar.pegjs @@ -80,8 +80,5 @@ not_newline newline = [\n\r] - -empty_line - = $(_ [\n\r]) _ = [ \f\t\v\u0020\u00a0\u1680\u2000-\u200a\u2028\u2029\u202f\u205f\u3000\ufeff]