[config] add eof newlines where needed

This commit is contained in:
Alex Quick
2017-10-12 21:40:26 -04:00
parent e9b9091de5
commit ecf67d3cdd
3 changed files with 5 additions and 3 deletions

View File

@@ -13,4 +13,5 @@ test_url () {
base_url="$1"
test_url / "config-test"
test_url /hello "Hello
'world'"
'world'"

View File

@@ -12,4 +12,5 @@ test_url () {
base_url="$1"
test_url / "Hello World!"
test_url /env/HELLO "Hello
'world' "
'world' "

View File

@@ -44,4 +44,4 @@ teardown() {
echo "status: "$status
assert_output "$multiline"
assert_success
}
}