| Summary: | Invalid errors when server side code included in <script> region | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [WebTools] JSDT | Reporter: | Chris Jaun <cmjaun> | ||||||
| Component: | Web | Assignee: | Chris Jaun <cmjaun> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | Nitin Dahyabhai <thatnitind> | ||||||
| Severity: | normal | ||||||||
| Priority: | P3 | CC: | ccc | ||||||
| Version: | 3.0.5 | Flags: | thatnitind:
review+
|
||||||
| Target Milestone: | 3.0.5 P | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows XP | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Created attachment 192493 [details]
patch
This is a backport of changes already in 3.2.4 and HEAD.
Nitin, why did you unreview this? Created attachment 192672 [details]
Updated patch
Committed to R3_0_5_patches |
<script> <!-- function fun1(parm){ fun2(parm); alert(parm); return; } function fun2(parm2){ <% if(true) {} %> alert(parm2); return; } // --> </script> - Missing semicolon - Syntax error on token "_$tag___________________________", { expected