Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created February 25, 2019 19:35
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/0f94e50cc9e1d1a02f31399910ede51a to your computer and use it in GitHub Desktop.
Save Whateverable/0f94e50cc9e1d1a02f31399910ede51a to your computer and use it in GitHub Desktop.
committable6
2017.06,HEAD my $a = 'a'; say ">>$a<<"; say 'foo bar baz'.split: /\s+/;
¦«2017.06»:
===SORRY!===
Unrecognized backslash sequence: '\s'
at /tmp/WM43zLYM35:1
------> ay ">>$a<<"; say 'foo bar baz'.split: /\⏏s+/;
Unable to parse expression in double quotes; couldn't find final '"'
at /tmp/WM43zLYM35:1
------> >>$a<<"; say 'foo bar baz'.split: /\s+/;⏏<EOL>
expecting any of:
double quotes
postfix
shell-quote words
«exit code = 1»
¦«HEAD(e68e38e)»:
===SORRY!=== Error while compiling /tmp/WM43zLYM35
Unrecognized backslash sequence: '\s'
at /tmp/WM43zLYM35:1
------> ay ">>$a<<"; say 'foo bar baz'.split: /\⏏s+/;
expecting any of:
double quotes
postfix
shell-quote words
«exit code = 1»
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment