This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
62851171db
busybox
/
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-29 02:36:38 +05:30
# reject invalid vars
hust_test/*: use "$THIS_SH" instead of hush
2009-04-01 03:44:32 +05:30
"$THIS_SH" -c 'echo ${1q}'
"$THIS_SH" -c 'echo ${&}'
"$THIS_SH" -c 'echo ${$}'
Reference in New Issue
Copy Permalink