mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 19:41:15 -03:00
change show test utility function
Due to how various tests show the status of variables I decided to modify the `show` test utility function I recently added.
This commit is contained in:
@@ -59,7 +59,7 @@ newline
|
||||
# chunked read tests
|
||||
Chunked reads test pass
|
||||
# Confirm reading non-interactively works (#4206 regression)
|
||||
count=1
|
||||
|abc|
|
||||
count=1
|
||||
|def|
|
||||
$a count=1
|
||||
$a[1]=|abc|
|
||||
$b count=1
|
||||
$b[1]=|def|
|
||||
|
||||
Reference in New Issue
Block a user