Fix line endings
This commit is contained in:
@@ -18,7 +18,7 @@ cat /dev/null > $HOME/todo.txt
|
|||||||
|
|
||||||
# Run replace
|
# Run replace
|
||||||
"$HOME/bin/todo.sh" replace 1 "eat apples
|
"$HOME/bin/todo.sh" replace 1 "eat apples
|
||||||
eat oranges
|
eat oranges
|
||||||
drink milk" > $HOME/output.multi
|
drink milk" > $HOME/output.multi
|
||||||
|
|
||||||
# Test output against expected
|
# Test output against expected
|
||||||
@@ -43,7 +43,7 @@ cat /dev/null > $HOME/todo.txt
|
|||||||
|
|
||||||
# Run add
|
# Run add
|
||||||
"$HOME/bin/todo.sh" add "eat apples
|
"$HOME/bin/todo.sh" add "eat apples
|
||||||
eat oranges
|
eat oranges
|
||||||
drink milk" > $HOME/output.multi
|
drink milk" > $HOME/output.multi
|
||||||
|
|
||||||
# Test output against expected
|
# Test output against expected
|
||||||
@@ -68,7 +68,7 @@ cat /dev/null > $HOME/todo.txt
|
|||||||
|
|
||||||
# Run append
|
# Run append
|
||||||
"$HOME/bin/todo.sh" append 1 "eat apples
|
"$HOME/bin/todo.sh" append 1 "eat apples
|
||||||
eat oranges
|
eat oranges
|
||||||
drink milk" > $HOME/output.multi
|
drink milk" > $HOME/output.multi
|
||||||
|
|
||||||
# Test output against expected
|
# Test output against expected
|
||||||
@@ -93,7 +93,7 @@ cat /dev/null > $HOME/todo.txt
|
|||||||
|
|
||||||
# Run prepend
|
# Run prepend
|
||||||
"$HOME/bin/todo.sh" prepend 1 "eat apples
|
"$HOME/bin/todo.sh" prepend 1 "eat apples
|
||||||
eat oranges
|
eat oranges
|
||||||
drink milk" > $HOME/output.multi
|
drink milk" > $HOME/output.multi
|
||||||
|
|
||||||
# Test output against expected
|
# Test output against expected
|
||||||
|
|||||||
Reference in New Issue
Block a user