From b2e4dec95816516596c35e84093d3b61155da25d Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Mon, 30 Sep 2024 15:13:09 +0000 Subject: [PATCH] fixed in ead5818956 --- README | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README b/README index 62df537..dfd1299 100644 --- a/README +++ b/README @@ -40,10 +40,6 @@ It roots the shell execution in the directory of the given file. Licensed under the public domain. ---- Potential Issues - -Whitespace interstring is pruned, which may lead to an issue where you may echo ' ' or require more than one space, please don't do this. If you absolutely need this remove the 'BEGIN PADDING;' statement from the {space} rule. You may also wish to solve the issue with adding a conditional to ' (excluding expunge) and " to wind and not observe the other rules via another group that matches the identity of (.|\n){ ECHO; } & ('|"){ BEGIN FOUND; ECHO; }, modify other rules in accordingly. - --- Shake