Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created January 5, 2021 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/ca985990602c656847bd61c8d4622001 to your computer and use it in GitHub Desktop.
Save Whateverable/ca985990602c656847bd61c8d4622001 to your computer and use it in GitHub Desktop.
evalable6
say '#' ~~ /^ \# $/
(exit code 1)
===SORRY!===
Regex not terminated.
at /tmp/LEud32oISx:1
------> say '#' ~~ /^ \# $/⏏<EOL>
Unable to parse regex; couldn't find final '/'
at /tmp/LEud32oISx:1
------> say '#' ~~ /^ \# $/⏏<EOL>
expecting any of:
infix stopper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment