We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cdf1eb commit b0b5d05Copy full SHA for b0b5d05
1 file changed
packages/terminal-core/src/ansi.test.ts
@@ -67,6 +67,7 @@ describe("terminal ansi helpers", () => {
67
expect(visibleWidth("❤️")).toBe(2);
68
expect(visibleWidth("✈")).toBe(1);
69
expect(visibleWidth("✈️")).toBe(2);
70
+ expect(visibleWidth("⌚\uFE0E")).toBe(2);
71
expect(visibleWidth("📸\uFE0E")).toBe(2);
72
expect(visibleWidth("1️")).toBe(1);
73
expect(visibleWidth("1⃣")).toBe(2);
0 commit comments