()
| 1062 | // In an attribute then end of the attribute value and the premature end to an interpolation |
| 1063 | // are both triggered by the `quoteChar`. |
| 1064 | const endPredicate = () => this._cursor.peek() === quoteChar; |
| 1065 | this._consumeWithInterpolation( |
| 1066 | TokenType.ATTR_VALUE_TEXT, |
| 1067 | TokenType.ATTR_VALUE_INTERPOLATION, |