diff options
Diffstat (limited to 'tests/sed.test')
-rwxr-xr-x | tests/sed.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/sed.test b/tests/sed.test index 56d68fdb..805184e6 100755 --- a/tests/sed.test +++ b/tests/sed.test @@ -129,6 +129,7 @@ testing "" "sed '1a\ hello'" "merp\nhello\n" "" "merp" testing "" "sed -e '/x/c\' -e 'y'" 'y\n' '' 'x\n' +testing "" "sed -e 's/a[([]*b/X/'" 'X' '' 'a[(b' #echo meep | sed/sed -e '1a\' -e 'huh' #echo blah | sed/sed -f <(echo -e "1a\\\\\nboom") |