Skip to content

Commit

Permalink
remove remnant from test file
Browse files Browse the repository at this point in the history
  • Loading branch information
jerch committed Nov 23, 2018
1 parent 1ee1bd5 commit da7020d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/EscapeSequenceParser.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,6 @@ describe('EscapeSequenceParser', function (): void {
for (let i = 0; i < ignored.length; ++i) {
parser.currentState = ParserState.SOS_PM_APC_STRING;
parse(parser, ignored[i]);
console.log(i, ignored[i].charCodeAt(0));
chai.expect(parser.currentState).equal(ParserState.SOS_PM_APC_STRING);
parser.reset();
}
Expand Down

0 comments on commit da7020d

Please sign in to comment.