From 3da6511932f6e595c62c0346f5a70075a52e8c49 Mon Sep 17 00:00:00 2001 From: Betsy Lorton Date: Fri, 30 Oct 2020 15:21:47 -0400 Subject: [PATCH] Update test files with new sed command --- sed/sample-expected-output.html | 2 +- sed/sample-w-scripts.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sed/sample-expected-output.html b/sed/sample-expected-output.html index 8cd8e7327ea5..25e4a26da00c 100644 --- a/sed/sample-expected-output.html +++ b/sed/sample-expected-output.html @@ -1,7 +1,7 @@ Test the sed script with the following commmand. The diff should be empty. - sed -f remove_scripts.sed sample-w-scripts.html > sample-output.html + sed -f remove_scripts.sed -f remove_blank_lines.sed sample-w-scripts.html > sample-output.html diff sample-output.html sample-expected-output.html diff --git a/sed/sample-w-scripts.html b/sed/sample-w-scripts.html index 450dc0fbc405..bfb3090345d6 100644 --- a/sed/sample-w-scripts.html +++ b/sed/sample-w-scripts.html @@ -1,7 +1,7 @@ Test the sed script with the following commmand. The diff should be empty. - sed -f remove_scripts.sed sample-w-scripts.html > sample-output.html + sed -f remove_scripts.sed -f remove_blank_lines.sed sample-w-scripts.html > sample-output.html diff sample-output.html sample-expected-output.html