mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
[config] add eof newlines where needed
This commit is contained in:
@@ -13,4 +13,5 @@ test_url () {
|
||||
base_url="$1"
|
||||
test_url / "config-test"
|
||||
test_url /hello "Hello
|
||||
'world'"
|
||||
'world'"
|
||||
|
||||
@@ -12,4 +12,5 @@ test_url () {
|
||||
base_url="$1"
|
||||
test_url / "Hello World!"
|
||||
test_url /env/HELLO "Hello
|
||||
'world' "
|
||||
'world' "
|
||||
|
||||
@@ -44,4 +44,4 @@ teardown() {
|
||||
echo "status: "$status
|
||||
assert_output "$multiline"
|
||||
assert_success
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user