@@ -71,16 +71,16 @@ describe('ApcParser', () => {
7171 ] ) ;
7272 } ) ;
7373
74- //it('identifier with no payload', () => {
75- // parser.start('G'.charCodeAt(0));
76- // const data = toUtf32('');
77- // parser.put(data, 0, data.length);
78- // parser.end(true);
79- // assert.deepEqual(reports, [
80- // [0x47, 'START', undefined],
81- // [0x47, 'END', true]
82- // ]);
83- //});
74+ // it('identifier with no payload', () => {
75+ // parser.start('G'.charCodeAt(0));
76+ // const data = toUtf32('');
77+ // parser.put(data, 0, data.length);
78+ // parser.end(true);
79+ // assert.deepEqual(reports, [
80+ // [0x47, 'START', undefined],
81+ // [0x47, 'END', true]
82+ // ]);
83+ // });
8484
8585 it ( 'identifier with chunked payload' , ( ) => {
8686 parser . start ( 'G' . charCodeAt ( 0 ) ) ;
@@ -100,11 +100,11 @@ describe('ApcParser', () => {
100100 ] ) ;
101101 } ) ;
102102
103- //it('empty APC sequence', () => {
104- // parser.start('G'.charCodeAt(0));
105- // parser.end(true);
106- // assert.deepEqual(reports, []);
107- //});
103+ // it('empty APC sequence', () => {
104+ // parser.start('G'.charCodeAt(0));
105+ // parser.end(true);
106+ // assert.deepEqual(reports, []);
107+ // });
108108 } ) ;
109109
110110 describe ( 'handler registration' , ( ) => {
0 commit comments