Closed
Description
π bug report
Affected Package
Bug in packages/compiler/src/ml_parser/lexer.ts
Is this a regression?
Likely caused by f7c867e
Description
A clear and concise description of the problem...π¬ Minimal Reproduction
This snippet reproduces the infinite loop.
<input matInput type="text" formControlName="{{id}}
id="input-{{section.id}}-{{id}}"">
π Your Environment
Angular Version:
Google HEAD
Activity
rkirov commentedon Mar 11, 2019
Duh, there is a missing ", that I just saw. In any case the tokenizer shouldn't go into infinite loop when faced with malformed input.
rkirov commentedon Mar 11, 2019
The original intent of the authors was:
<input matInput type="text" formControlName="{{id}}" id="input-{{section.id}}-{{id}}">
fix(core): parse incorrect ML open tag as text
fix(core): parse incorrect ML open tag as text (#29328)
fix(core): parse incorrect ML open tag as text (angular#29328)
fix(core): parse incorrect ML open tag as text (angular#29328)
angular-automatic-lock-bot commentedon Sep 14, 2019
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.