Created
April 13, 2019 00:43
evalable6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
my $a; $a = $/[0] if "aaa" ~~ /('a' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(exit code 1) | |
===SORRY!=== | |
Regex not terminated. | |
at /tmp/HNc9PnYa6u:1 | |
------> my $a; $a = $/[0] if "aaa" ~~ /('a'⏏<EOL> | |
Unable to parse expression in metachar:sym<( )>; couldn't find final ')' (corresponding starter was at line 1) | |
at /tmp/HNc9PnYa6u:1 | |
------> my $a; $a = $/[0] if "aaa" ~~ /('a'⏏<EOL> | |
expecting any of: | |
infix stopper | |
single quotes | |
term | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment