2017-08-03 21:25:20 -07:00
|
|
|
|
|
|
|
####################
|
2017-08-01 20:58:40 -07:00
|
|
|
# Verify behavior of `set --show` given an invalid var name
|
|
|
|
$argle bargle: invalid var name
|
2017-08-03 21:25:20 -07:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Verify behavior of `set --show`
|
2017-08-03 23:57:36 -07:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Appending works
|
|
|
|
|
|
|
|
####################
|
|
|
|
# Prepending works
|
|
|
|
|
|
|
|
####################
|
|
|
|
# Appending and prepending at same time works
|
2017-08-19 21:39:21 -07:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Setting local scope when no local scope of the var uses the closest scope
|
2018-03-24 23:32:55 -07:00
|
|
|
|
|
|
|
####################
|
|
|
|
# Exporting works
|
2018-03-31 14:57:24 -07:00
|
|
|
|
|
|
|
####################
|
|
|
|
# if/for/while scope
|
2018-11-18 22:32:43 +01:00
|
|
|
|
|
|
|
####################
|
|
|
|
# readonly vars
|
|
|
|
set: Tried to change the read-only variable 'status'
|