mirror of
https://github.com/docker/compose.git
synced 2025-07-23 21:54:40 +02:00
Make sure we're testing blank lines and comments in env files
Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
parent
d79dc85fa5
commit
6c45b6ccdb
7
tests/fixtures/env/one.env
vendored
7
tests/fixtures/env/one.env
vendored
@ -1,4 +1,11 @@
|
|||||||
|
# Keep the blank lines and comments in this file, please
|
||||||
|
|
||||||
ONE=2
|
ONE=2
|
||||||
TWO=1
|
TWO=1
|
||||||
|
|
||||||
|
# (thanks)
|
||||||
|
|
||||||
THREE=3
|
THREE=3
|
||||||
|
|
||||||
FOO=bar
|
FOO=bar
|
||||||
|
# FOO=somethingelse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user