set: Show pathvariableness in --show

This commit is contained in:
Fabian Homborg
2020-06-01 15:51:10 +02:00
parent 4eb906c8d8
commit 90b01fd915
2 changed files with 8 additions and 2 deletions

View File

@@ -635,4 +635,9 @@ set -ql history
echo $status
#CHECK: 1
set --path newvariable foo
set -S newvariable
#CHECK: $newvariable: set in global scope, unexported, a path variable with 1 elements
#CHECK: $newvariable[1]: |foo|
true