t / t4018 / perl-sub-definitionon commit i18n: fix unmatched single quote in error message (3587180)
   1sub RIGHT {
   2        my ($n) = @_;
   3        print "ChangeMe";
   4}