Last active
December 14, 2015 06:18
-
-
Save tleite/5041114 to your computer and use it in GitHub Desktop.
Example of how block commenting can cause syntax error in Javascript
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
/* | |
var rm_a = /a*/.match(s); | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment