-
-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Here's a reproduction:
const wrapAnsi = require('wrap-ansi');
const styledString = '\t\t\t\ttestingtesting';
console.log('1234556790');
console.log(wrapAnsi(styledString, 10, { hard: true, trim: false }));
This is what I get:
1234556790
testingtes
ting
This is what I expect:
1234556790
testingtes
ting
Metadata
Metadata
Assignees
Labels
No labels