commit | 7b3512129799fe07195d188133605fde5c8c6e75 | [log] [tgz] |
---|---|---|
author | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 05:53:28 2003 +0000 |
committer | Glenn L McGrath <bug1@ihug.co.nz> | Mon Sep 15 05:53:28 2003 +0000 |
tree | eaf810981c313c6fbb9c94c1f51112f586efaf3b | |
parent | 73116311e561212729debc1483c414aa184cc591 [diff] |
Test for use of newline in regex's, this feature is used by most configure scripts.
diff --git a/testsuite/sed/sed-regex-match-newline b/testsuite/sed/sed-regex-match-newline new file mode 100644 index 0000000..1057e17 --- /dev/null +++ b/testsuite/sed/sed-regex-match-newline
@@ -0,0 +1,10 @@ +# FEATURE: CONFIG_FEATURE_SED_EMBEDED_NEWLINE +busybox sed -n 'N;/a\nb/p'>output <<EOF +a +b +c +EOF +cmp -s output - <<EOF +a +b +EOF