Test: validate $status is preserved on calling into a function

This commit is contained in:
Mahmoud Al-Qudsi
2019-04-13 12:11:42 -05:00
parent ab37dfaf78
commit 47a61a3202
3 changed files with 15 additions and 0 deletions

View File

@@ -9,3 +9,8 @@ qmark-noglob off 3.0 ? no longer globs
string-replace-fewer-backslashes off 3.1 string replace -r needs fewer backslashes in the replacement
1
2
####################
# Ensure $status isn't reset before a function is executed
1
0