mirror of
https://github.com/Llewellynvdm/exa.git
synced 2025-02-04 03:28:25 +00:00
Fix a typo in test descriptions
This commit is contained in:
parent
c729e226da
commit
050931e48f
@ -81,7 +81,7 @@ tags = [ 'env', 'long', 'grid' ]
|
||||
# check if exa is using the minimum number of columns with headers
|
||||
|
||||
[[cmd]]
|
||||
name = "‘COLUMN=200 exa -lGh’ with one file don’t produce extra columns even if there place for more"
|
||||
name = "‘COLUMNS=200 exa -lGh’ with one file don’t produce extra columns even if there place for more"
|
||||
shell = "exa -lGh /testcases/files/10_bytes"
|
||||
environment = { COLUMNS = "200" }
|
||||
stdout = { file = "outputs/files_paths_long_grid_header_1file.ansitxt" }
|
||||
@ -90,7 +90,7 @@ status = 0
|
||||
tags = [ 'env', 'long', 'grid' ]
|
||||
|
||||
[[cmd]]
|
||||
name = "‘COLUMN=200 exa -lGh’ with several files don’t produce extra columns even if there place for more"
|
||||
name = "‘COLUMNS=200 exa -lGh’ with several files don’t produce extra columns even if there place for more"
|
||||
shell = "exa -lGh /testcases/files/10_{bytes,KiB}"
|
||||
environment = { COLUMNS = "200" }
|
||||
stdout = { file = "outputs/files_paths_long_grid_header_2files.ansitxt" }
|
||||
|
Loading…
x
Reference in New Issue
Block a user