chore: remove dead code from test (#2819)
This commit is contained in:
parent
3d403cb2cd
commit
6329cbbbf8
|
|
@ -14,13 +14,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const { Writable } = require('stream');
|
const {USES_HOOKS} = require('./utils').testOptions(browserType);
|
||||||
const {FFOX, CHROMIUM, WEBKIT, USES_HOOKS} = require('./utils').testOptions(browserType);
|
|
||||||
|
|
||||||
const pattern = [
|
|
||||||
'[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:[a-zA-Z\\d]*(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)',
|
|
||||||
'(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))'
|
|
||||||
].join('|')
|
|
||||||
class WritableBuffer {
|
class WritableBuffer {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.lines = [];
|
this.lines = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue