mirror of https://github.com/boa-dev/boa.git
Browse Source
There can be a line terminator in the middle of variable declaration statement. For example, ```js var a , b; ``` In this case, we should not insert semicolon automatically. This fixes: - test262/test/language/asi/S7.9_A7_T8.js - test262/test/language/asi/S7.9_A7_T9.jspull/2268/head
Choongwoo Han
2 years ago
1 changed files with 4 additions and 11 deletions
Loading…
Reference in new issue