(c: number)
| 815 | } |
| 816 | } |
| 817 | private stateInSpecialComment(c: number): void { |
| 818 | if (c === CharCodes.Gt || this.fastForwardTo(CharCodes.Gt)) { |
| 819 | this.cbs.oncomment(this.sectionStart, this.index, 0); |
| 820 | this.state = State.Text; |
| 821 | this.sectionStart = this.index + 1; |
| 822 | } |
| 823 | } |
| 824 | |
| 825 | private startEntity() { |
| 826 | this.baseState = this.state; |
no test coverage detected