mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-22 12:05:11 +00:00
Test change emoji width
The change in 0828133300
means that the width of emoji are used. I think the issue https://github.com/unicode-rs/unicode-width/issues/4 means that the wrong width is being calculated for emoji, and there happens to be one in the example.
This commit is contained in:
parent
c57f480478
commit
43bc16dba2
@ -2,5 +2,5 @@ ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m] form-feed: [[31m\u{c}[0m]
|
||||
ascii: hello invalid-utf8-1: [<5B>] new-line: [[31m\n[0m]
|
||||
backspace: [[31m\u{8}[0m] invalid-utf8-2: [<5B>(] return: [[31m\r[0m]
|
||||
bell: [[31m\u{7}[0m] invalid-utf8-3: [<5B>(] tab: [[31m\t[0m]
|
||||
emoji: [🆒] invalid-utf8-4: [<5B>(<28>(] utf-8: pâté
|
||||
emoji: [🆒] invalid-utf8-4: [<5B>(<28>(] utf-8: pâté
|
||||
escape: [[31m\u{1b}[0m] [1;34mlinks[0m vertical-tab: [[31m\u{b}[0m]
|
||||
|
@ -2,7 +2,7 @@ ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m] form-feed: [[31m\u{c}[0m]
|
||||
ascii: hello invalid-utf8-1: [<5B>] new-line: [[31m\n[0m]
|
||||
backspace: [[31m\u{8}[0m] invalid-utf8-2: [<5B>(] return: [[31m\r[0m]
|
||||
bell: [[31m\u{7}[0m] invalid-utf8-3: [<5B>(] tab: [[31m\t[0m]
|
||||
emoji: [🆒] invalid-utf8-4: [<5B>(<28>(] utf-8: pâté
|
||||
emoji: [🆒] invalid-utf8-4: [<5B>(<28>(] utf-8: pâté
|
||||
escape: [[31m\u{1b}[0m] [1;34mlinks[0m vertical-tab: [[31m\u{b}[0m]
|
||||
|
||||
/testcases/file-names/links:
|
||||
|
@ -1,5 +1,5 @@
|
||||
ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m] ascii: hello backspace: [[31m\u{8}[0m]
|
||||
bell: [[31m\u{7}[0m] emoji: [🆒] escape: [[31m\u{1b}[0m]
|
||||
bell: [[31m\u{7}[0m] emoji: [🆒] escape: [[31m\u{1b}[0m]
|
||||
form-feed: [[31m\u{c}[0m] invalid-utf8-1: [<5B>] invalid-utf8-2: [<5B>(]
|
||||
invalid-utf8-3: [<5B>(] invalid-utf8-4: [<5B>(<28>(] [1;34mlinks[0m
|
||||
[1;34mnew-line-dir: [[0m[31m\n[1;34m][0m new-line: [[31m\n[0m] return: [[31m\r[0m]
|
||||
|
Loading…
Reference in New Issue
Block a user