Skip to content

Commit

Permalink
Fix missing endings of heredocs
Browse files Browse the repository at this point in the history
  • Loading branch information
anishathalye committed Feb 25, 2021
1 parent dac7a9b commit 66489f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/tests/except.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ run_dotbot --except shell <<EOF
- echo "pear" > ~/z
- link:
~/x: x
EOF
'

test_expect_success 'test' '
Expand Down
1 change: 1 addition & 0 deletions test/tests/only-defaults.bash
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ run_dotbot --only link <<EOF
- echo "pear" > ~/z
- link:
~/d/x: x
EOF
'

test_expect_success 'test' '
Expand Down
1 change: 1 addition & 0 deletions test/tests/only.bash
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ run_dotbot --only link <<EOF
- echo "pear" > ~/z
- link:
~/x: x
EOF
'

test_expect_success 'test' '
Expand Down

0 comments on commit 66489f7

Please sign in to comment.