GuneshRaj/gunbasic-js

Javascript with more than 1 line per statement wont be EVALED

Opened this issue · 1 comments

What steps will reproduce the problem?
1. Adding a javascript statement in SVAL & EVAL in multiple lines

eg. alert('Hello ' +
'World')

Note that this is 2 lines & would not be EVALED in a single line. 

What is the expected output? What do you see instead?

The expected output is a alert [Hello World], instead, this line is not evaled 
properly.




Original issue reported on code.google.com by gunesh....@gmail.com on 17 Sep 2011 at 7:00

The new changes would include multiple lines javascript using a dedicated tag.

SVAL - EVAL would only work on single line Javascript. 

Original comment by gunesh....@gmail.com on 4 Nov 2011 at 7:15