Skip to content

Commit

Permalink
Update test files with new sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
schbetsy committed Oct 30, 2020
1 parent cdaa485 commit 3da6511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sed/sample-expected-output.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<test>
Test the sed script with the following commmand. The diff should be empty.
<code>
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
</code>
</test>
Expand Down
2 changes: 1 addition & 1 deletion sed/sample-w-scripts.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<test>
Test the sed script with the following commmand. The diff should be empty.
<code>
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
</code>
</test>
Expand Down

0 comments on commit 3da6511

Please sign in to comment.