Last active
June 21, 2019 22:37
-
-
Save Mottie/d40ab58bb68cbeb2c314237189051b77 to your computer and use it in GitHub Desktop.
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
// white space testing | |
// ok | |
// test 2 | |
// test | |
function test( ) { | |
console.log('ok' ); // 123 | |
} | |
/* | |
dds | |
* | |
*/ | |
const whitespace = { | |
"%20" : "<span class='pl-space ghcw-whitespace'> </span>", | |
"%A0" : "<span class='pl-nbsp ghcw-whitespace'> </span>", | |
"%09" : "<span class='pl-tab ghcw-whitespace'>\x09</span>", | |
// non-matching key; applied manually | |
"CRLF" : "<span class='pl-crlf ghcw-whitespace'></span>\n" | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Posting unicode emojis is no longer possible:
✈