diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index f88524d07..b0de9657c 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -253,4 +253,9 @@ testing "sed c" \ | |||
253 | "repl\nrepl\n" "" \ | 253 | "repl\nrepl\n" "" \ |
254 | "first\nsecond\n" | 254 | "first\nsecond\n" |
255 | 255 | ||
256 | testing "sed nested {}s" \ | ||
257 | "sed '/asd/ { p; /s/ { s/s/c/ }; p; q }'" \ | ||
258 | "qwe\nasd\nacd\nacd\n" "" \ | ||
259 | "qwe\nasd\nzxc\n" | ||
260 | |||
256 | exit $FAILCOUNT | 261 | exit $FAILCOUNT |