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-11 08:29:54 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
hush
/
testsuite
/
sed
/
sed-recurses-properly
3 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
* testsuite/sed/sed-recurses-properly: Mark XFAIL.
2002-06-11 13:29:08 +00:00
# XFAIL
Sed can go into an infinite loop
2002-04-13 13:18:15 +00:00
test "$(echo '12345' | busybox sed -e 's/[[:space:]]*/,/g')" = ',1,2,3,4,5,'
Reference in New Issue
Copy Permalink