()
| 1094 | // In an attribute then end of the attribute value and the premature end to an interpolation |
| 1095 | // are both triggered by the `quoteChar`. |
| 1096 | const endPredicate = () => this._cursor.peek() === quoteChar; |
| 1097 | this._consumeWithInterpolation( |
| 1098 | TokenType.ATTR_VALUE_TEXT, |
| 1099 | TokenType.ATTR_VALUE_INTERPOLATION, |