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


Code:
say 'test' ~~ / te $$ st /;

Result:
Nil

Well, sure it is Nil, but the problem is that there is no string that could
possible match that regex (not even 'te$$st'). If such regex does not make
any sense, then an error should be thrown.

Reply via email to