Created
June 22, 2010 05:38
-
-
Save jimbojw/448057 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{"/*":"*/","//":"",/*"//"*/"/*/":// | |
"//"} |
Should become this: {"/":"/","//":"","/*/":"//"}
The one you posted appears to be missing the asterisks in the first key/value pair.
hmmm... good catch... that's strange... will investigate
oh, nevermind... it works fine (run the test in the git repo to see)... must have been a copy-paste (or formatting) error when I put it into this gist.
your's is missing the *'s as well... :) bug in gist?
haha - yes probably. It's probably interpreting them as emphasis like this
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
with JSON.minify(), goes down to:
{"/":"/","//":"","/*/":"//"}
correct, right?