Skip to content

Hot fix for bug with block comments.

Compare
Choose a tag to compare
@NouberNou NouberNou released this 09 Jul 03:46
· 9 commits to master since this release

Block comments that looked like this:

{
/* No leading characters or trailing characters after closing block */
}

... caused the parser to wrap around and check see the leading and trailing forward slash as a single line comment and not parse out the block comment.