From: Steve Hancock Date: Sun, 17 Jan 2021 13:28:23 +0000 (-0800) Subject: Do not allow space after token type Y (filehandle) to be removed X-Git-Tag: 20210402~80 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7f5aaacbeb9aaa91671d811bb7f15f2b70d2b820;p=perltidy.git Do not allow space after token type Y (filehandle) to be removed --- 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