Created
July 23, 2016 15:44
Star
You must be signed in to star a gist
evalable
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 $s = "Camelia \u[BROKEN HEART] my \u[HEAVY BLACK HEART]!"; dd $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
| |«HEAD»: ===SORRY!=== | |
| Unrecognized backslash sequence: '\u' | |
| at /tmp/Y6hWaVgRw5:1 | |
| ------> my $s = "Camelia \<HERE>u[BROKEN HEART] my \u[HEAVY BLACK HEART] | |
| Unrecognized backslash sequence: '\u' | |
| at /tmp/Y6hWaVgRw5:1 | |
| ------> my $s = "Camelia \u[BROKEN HEART] my \<HERE>u[HEAVY BLACK HEART]!"; dd $s; | |
| expecting any of: | |
| double quotes | |
| term | |
| exit code = 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment