DescriptionThere was an unnecessary semicolon insertion check in parseExpressionInt in
the JS Parser that caused it to fail on the following code
(function () {
return 1
, 2;
})
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix bug: parser fails to parse expressions properly when newline precedes comma #
MessagesTotal messages: 5
|
||||||||||||||||||||||||||||