Created
February 25, 2019 19:35
-
-
Save Whateverable/0f94e50cc9e1d1a02f31399910ede51a to your computer and use it in GitHub Desktop.
committable6
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
2017.06,HEAD my $a = 'a'; say ">>$a<<"; say 'foo bar baz'.split: /\s+/; |
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
¦«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