()
| 1079 | // In an attribute then end of the attribute value and the premature end to an interpolation |
| 1080 | // are both triggered by the `quoteChar`. |
| 1081 | const endPredicate = () => this._cursor.peek() === quoteChar; |
| 1082 | this._consumeWithInterpolation( |
| 1083 | TokenType.ATTR_VALUE_TEXT, |
| 1084 | TokenType.ATTR_VALUE_INTERPOLATION, |