[ALOY-8] HTML grammar breaks when entities (<, >, &) are found in <script>, even with <![CDATA[]]>
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2012-07-19T11:52:04.000+0000 |
| Affected Version/s | 2012 Sprint 14 |
| Fix Version/s | 2012 Sprint 14 |
| Components | Runtime, XML |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Tony Lukasavage |
| Created | 2012-05-25T13:02:36.000+0000 |
| Updated | 2013-05-01T14:56:09.000+0000 |
Description
Also provides the wildly helpful error message:
node.js:201
throw e; // process.nextTick error, or 'error' event on first tick
^
SyntaxError: Expected [a-zA-Z\-] but "!" found.
grammar and generated parser updated