mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix 47 typos in user-facing help and error messages
(cherry picked from commit df9b2ea03efdf82c0eb6bb53ed9b128c1513a299)
This commit is contained in:
parent
9c75314c71
commit
53443bb981
25 changed files with 47 additions and 47 deletions
|
|
@ -95,8 +95,8 @@ false
|
|||
}
|
||||
[[ $(fn) == 'global fn abc' ]] || err_exit 'fn outside namespace should run global function'
|
||||
[[ $(.x.fn) == 'local fn bar' ]] || err_exit 'namespace function called from global failed'
|
||||
[[ ${z[abc]} == qqq ]] || err_exit 'global associative array should not be affected by definiton in namespace'
|
||||
[[ ${bar.y} == 4 ]] || err_exit 'global compound variable should not be affected by definiton in namespace'
|
||||
[[ ${z[abc]} == qqq ]] || err_exit 'global associative array should not be affected by definition in namespace'
|
||||
[[ ${bar.y} == 4 ]] || err_exit 'global compound variable should not be affected by definition in namespace'
|
||||
[[ ${bar.z} == '' ]] || err_exit 'global compound variable should not see elements in namespace'
|
||||
[[ $(xfun) == 'xfun global abc' ]] || err_exit 'global function on FPATH failed'
|
||||
[[ $(run $foo) == 'global prog abc' ]] || err_exit 'global binary on PATH failed'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue