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
2025-01-04 22:34:37 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
651a2697f7
hush
/
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 07:50:18 +00:00
test "$CONFIG_FEATURE_FANCY_ECHO" = "y" || exit 77
hush: fix escaping of \[*?; add testsuites for these and for globbing
2008-06-10 20:13:40 +00:00
echo "\\"
echo a"\\"b
echo '\\'
echo c'\\'d
Reference in New Issue
Copy Permalink