mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
5b516e3a58
Even if we have an `EmptyExpr`, add that expression to the expressions array when a literal is parsed.
The lack of the expression results in a discrepancy in the sizes of the `elements` and the `expressions`
arrays of a `TemplateLiteral`, that result in an error when we visit that same literal due to the missing
expression.
Fixes #69699
(cherry picked from commit da52137724)