mirror of
1
0
Fork 0

Fix missing endings of heredocs

This commit is contained in:
Anish Athalye 2021-02-25 08:16:27 -05:00
parent dac7a9bc88
commit 66489f7955
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@ run_dotbot --except shell <<EOF
- echo "pear" > ~/z
- link:
~/x: x
EOF
'
test_expect_success 'test' '

View File

@ -14,6 +14,7 @@ run_dotbot --only link <<EOF
- echo "pear" > ~/z
- link:
~/d/x: x
EOF
'
test_expect_success 'test' '

View File

@ -24,6 +24,7 @@ run_dotbot --only link <<EOF
- echo "pear" > ~/z
- link:
~/x: x
EOF
'
test_expect_success 'test' '