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
bc1a00843f
busybox
/
shell
/
hush_test
/
hush-parsing
/
escape1.tests
7 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
skip some tests when fancy echo support is turned off
2009-04-09 13:20:18 +05:30
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
hush: fix escaping of \[*?; add testsuites for these and for globbing
2008-06-11 01:43:40 +05:30
echo "\\"
echo a"\\"b
echo '\\'
echo c'\\'d
Reference in New Issue
Copy Permalink