Subject: | "Peterbilt" in quoted string should not transform to semicolon |
Currently, if you say C<print "Peterbilt\n"Peterbilt;> in a program that
uses Semi::Semicolons, it prints ";".
It shouldn't do that. You should be able to use Peterbilt in a quoted
string as itself, just as a semicolon should not be turned into "Peterbilt".