From 7f5aaacbeb9aaa91671d811bb7f15f2b70d2b820 Mon Sep 17 00:00:00 2001 From: Steve Hancock Date: Sun, 17 Jan 2021 05:28:23 -0800 Subject: [PATCH] Do not allow space after token type Y (filehandle) to be removed --- local-docs/BugLog.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/local-docs/BugLog.pod b/local-docs/BugLog.pod index 71bccffd..af08da14 100644 --- a/local-docs/BugLog.pod +++ b/local-docs/BugLog.pod @@ -2,6 +2,14 @@ =over 4 +=item B + +A space following a token type 'Y' (filehandle) should not be removed. +Otherwise it might be converted into type 'Z' (possible filehandle). If +that were to happen, the space could not be added back automatically +in later formatting, so the user would have to do it by hand. This +fix prevents this from happening. + =item B In random testing a blinker was reduced to the following snippet -- 2.39.5