# New Ticket Created by  Elizabeth Mattijsen 
# Please include the string:  [perl #128662]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=128662 >


$ 6 'say "foo".samecase("")'
foo
$ 6 'say "foo".samemark("")'
Must have at least 1 char of pattern with 'samemark'
  in block <unit> at -e line 1

feels to me either should just return self silently, or both should fail on an 
empty pattern.

Reply via email to