mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-11 07:10:56 +00:00
5189d66e2c
exa now ignores errors when checking for extended attributes when the user didn’t explicitly demand that they be checked. If a file does have xattrs, it’ll still display the @ in the permissions column; errors will now just cause the @ to be hidden instead. This changed a lot of the xtests, which were displaying the error message in a few situations. Those tests have gained @-suffixed companions so the actual error messages can still be tested. Fixes #178 (finally)
30 lines
1.8 KiB
Plaintext
30 lines
1.8 KiB
Plaintext
[36m/testcases/[1;34mfile-names[0m
|
||
[38;5;244m├──[0m ansi: [[31m\u{1b}[0m[34mblue[31m\u{1b}[0m[0m]
|
||
[38;5;244m├──[0m ascii: hello
|
||
[38;5;244m├──[0m backspace: [[31m\u{8}[0m]
|
||
[38;5;244m├──[0m bell: [[31m\u{7}[0m]
|
||
[38;5;244m├──[0m emoji: [🆒]
|
||
[38;5;244m├──[0m escape: [[31m\u{1b}[0m]
|
||
[38;5;244m├──[0m form-feed: [[31m\u{c}[0m]
|
||
[38;5;244m├──[0m invalid-utf8-1: [<5B>]
|
||
[38;5;244m│ └──[0m [31m<Error: path somehow contained a NUL?>[0m
|
||
[38;5;244m├──[0m invalid-utf8-2: [<5B>(]
|
||
[38;5;244m│ └──[0m [31m<Error: path somehow contained a NUL?>[0m
|
||
[38;5;244m├──[0m invalid-utf8-3: [<5B>(]
|
||
[38;5;244m│ └──[0m [31m<Error: path somehow contained a NUL?>[0m
|
||
[38;5;244m├──[0m invalid-utf8-4: [<5B>(<28>(]
|
||
[38;5;244m│ └──[0m [31m<Error: path somehow contained a NUL?>[0m
|
||
[38;5;244m├──[0m [1;34mlinks[0m
|
||
[38;5;244m│ ├──[0m [36manother: [[31m\n[36m][0m [38;5;244m->[0m [36m/testcases/file-names/new-line-dir: [[31m\n[36m]/[0manother: [[31m\n[0m]
|
||
[38;5;244m│ ├──[0m [36mbroken[0m [31m->[0m [4;31m/testcases/file-names/new-line-dir: [\n]/broken[0m
|
||
[38;5;244m│ │ └──[0m [31m<No such file or directory (os error 2)>[0m
|
||
[38;5;244m│ └──[0m [36msubfile[0m [38;5;244m->[0m [36m/testcases/file-names/new-line-dir: [[31m\n[36m]/[0msubfile
|
||
[38;5;244m├──[0m [1;34mnew-line-dir: [[0m[31m\n[1;34m][0m
|
||
[38;5;244m│ ├──[0m another: [[31m\n[0m]
|
||
[38;5;244m│ └──[0m subfile
|
||
[38;5;244m├──[0m new-line: [[31m\n[0m]
|
||
[38;5;244m├──[0m return: [[31m\r[0m]
|
||
[38;5;244m├──[0m tab: [[31m\t[0m]
|
||
[38;5;244m├──[0m utf-8: pâté
|
||
[38;5;244m└──[0m vertical-tab: [[31m\u{b}[0m]
|