This website requires JavaScript.
Explore
Mirrors
Help
Sign In
Apple-2gs-SW
/
hush
Watch
1
Star
0
Fork
0
You've already forked hush
mirror of
https://github.com/sheumann/hush.git
synced
2024-12-23 05:29:58 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
e41fdbc279
hush
/
shell
/
hush_test
/
hush-vars
/
var3.tests
5 lines
101 B
Plaintext
Raw
Normal View
History
Unescape
Escape
test for invalid named variables
2009-03-28 21:06:38 +00:00
# reject invalid vars
hust_test/*: use "$THIS_SH" instead of hush
2009-03-31 22:14:32 +00:00
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'
Reference in New Issue
Copy Permalink