hjsmin-0.1.4: test/parsingonly/02_semicolon.js
// Automatic semi-colon insertion
{ 1
2 } 3
return
a + b
a = b
//--c - Fails
//a = (b + c)
d + e.print
// Automatic semi-colon insertion
{ 1
2 } 3
return
a + b
a = b
//--c - Fails
//a = (b + c)
d + e.print