diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-03-28 18:55:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-03-28 18:55:34 +0000 |
commit | 78f9d8eb7adc10f1af8977212f24ab3c418a9c2b (patch) | |
tree | d63f339b310304c2c8c116503b41f589882ba2be /shell/hush_test/hush-vars/param_expand_indicate_error.right | |
parent | 6379bb4fde15dae3be641625e9af377eeb5a64d8 (diff) |
add hush tests for parameter expansion
Diffstat (limited to 'shell/hush_test/hush-vars/param_expand_indicate_error.right')
-rw-r--r-- | shell/hush_test/hush-vars/param_expand_indicate_error.right | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/shell/hush_test/hush-vars/param_expand_indicate_error.right b/shell/hush_test/hush-vars/param_expand_indicate_error.right new file mode 100644 index 000000000..f440f6fae --- /dev/null +++ b/shell/hush_test/hush-vars/param_expand_indicate_error.right @@ -0,0 +1,29 @@ +hush: syntax error: unterminated ${name} +hush: syntax error: unterminated ${name} +0 +0 +_ +hush: 1: parameter null or not set +hush: 1: parameter null or not set +hush: 1: word +hush: 1: word +_aaaa +_aaaa +_aaaa +_aaaa +_aaaa +_ +hush: f: parameter null or not set +hush: f: parameter null or not set +hush: f: word +hush: f: word +_ +_ +hush: f: parameter null or not set +_ +hush: f: word +_fff +_fff +_fff +_fff +_fff |