]> git.donarmstrong.com Git - perltidy.git/commitdiff
remove comment with non-utf8 character
authorSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Jun 2022 02:38:47 +0000 (19:38 -0700)
committerSteve Hancock <perltidy@users.sourceforge.net>
Thu, 16 Jun 2022 02:38:47 +0000 (19:38 -0700)
lib/Perl/Tidy/Tokenizer.pm

index be828299e7b9bc3ad7b0ea0b84f7ddf6e5d8fdb3..fee7e5324a49fbc556419941734d61ced754f984 100644 (file)
@@ -7608,7 +7608,7 @@ BEGIN {
 
         elsif ( $tok eq '{' ) {
 
-            # check for something like ${#} or ${©}
+            # check for something like ${#} or ${?}, where ? is a special char
             if (
                 (
                        $identifier eq '$'