mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-13 07:56:29 +00:00
Fix new tests
This commit is contained in:
parent
c8ed69368e
commit
cfa00bf4b2
@ -1,6 +1,6 @@
|
||||
[38;5;135mvideo.wmv[0m [38;5;93mlossless.flac[0m [38;5;109mcrypto.signature[0m [31mcompressed.tar.gz[0m [38;5;244mbackup~[0m
|
||||
[38;5;135mVIDEO.AVI[0m [38;5;133mimage.svg[0m [38;5;109mcrypto.asc[0m [31mcompressed.deb[0m [38;5;244m#SAVEFILE#[0m
|
||||
[38;5;92mMUSIC.OGG[0m [38;5;133mIMAGE.PNG[0m [31mCOMPRESSED.ZIP[0m [38;5;137mcompiled.o[0m
|
||||
[38;5;92mmusic.mp3[0m [38;5;244mfile.tmp[0m [31mcompressed.txz[0m [38;5;137mcompiled.js[0m
|
||||
[38;5;92mmusic.mp3[0m [38;5;244mfile.tmp[0m [31mcompressed.txz[0m compiled.js
|
||||
[1;4;33mMakefile[0m [38;5;105mDOCUMENT.XLSX[0m [31mcompressed.tgz[0m compiled.coffee
|
||||
[38;5;93mlossless.wav[0m [38;5;105mdocument.pdf[0m [31mcompressed.tar.xz[0m [38;5;137mcompiled.class[0m
|
||||
|
@ -19,7 +19,7 @@
|
||||
[31mcompressed.tar.gz[0m
|
||||
[31mcompressed.deb[0m
|
||||
[38;5;137mcompiled.o[0m
|
||||
[38;5;137mcompiled.js[0m
|
||||
compiled.js
|
||||
compiled.coffee
|
||||
[38;5;137mcompiled.class[0m
|
||||
[38;5;244mbackup~[0m
|
||||
|
@ -140,8 +140,8 @@ tags = [ 'oneline', 'sort', 'dates' ]
|
||||
# sorting with arguments specified
|
||||
|
||||
[[cmd]]
|
||||
name = "‘exa -Gr --sort=name *’ sorts by file name in reverse order"
|
||||
shell = "exa -Gr --sort=name /testcases/file-names-exts/*"
|
||||
name = "‘exa -G --sort=name -r’ with file arguments sorts by file name in reverse order"
|
||||
shell = "cd /testcases/file-names-exts; exa -G --sort=name -r *"
|
||||
environment = { COLUMNS = "80" }
|
||||
stdout = { file = "outputs/exts_grid_sort_name_reverse.ansitxt" }
|
||||
stderr = { empty = true }
|
||||
@ -149,8 +149,8 @@ status = 0
|
||||
tags = [ 'grid', 'sort', 'reverse' ]
|
||||
|
||||
[[cmd]]
|
||||
name = "‘exa -1r --sort=name *’ sorts by file name in reverse order"
|
||||
shell = "exa -1r --sort=name /testcases/file-name-exts/*"
|
||||
name = "‘exa -1 --sort=name -r’ with file arguments sorts by file name in reverse order"
|
||||
shell = "cd /testcases/file-names-exts; exa -1 --sort=name -r *"
|
||||
stdout = { file = "outputs/exts_oneline_sort_name_reverse.ansitxt" }
|
||||
stderr = { empty = true }
|
||||
status = 0
|
||||
|
Loading…
Reference in New Issue
Block a user