Open GoogleCodeExporter opened 9 years ago
I can verify this problem on 1.3.3c.
A 'syntax error' can also be triggered by loading a javascript file that
includes a reserved keyword (e.g. 'class'). (At least in Chrome 14) this will
trigger the same behavior as an invalid character.
I also observed the problem of the client state becoming somehow corrupted. The
browser would recognize changes in the file only after a restart of the jstd
(standalone) server.
At the same time the jstd client would report the error differently on
subsequent runs of the same test file if the file was *not* modified.
It seems that the browser would fetch the invalid javascript resource from the
cache on subsequent runs, however, with an empty content.
Again, this was on Chrome 14.
Original comment by mistae...@gmail.com
on 17 Oct 2011 at 3:10
Original issue reported on code.google.com by
imi...@google.com
on 8 Sep 2011 at 11:26