forked from coop-cloud-mirrors/godotenv
Try and replicate reported bug #45
This commit is contained in:
parent
0f92a24bb0
commit
05be8ccbf7
@ -6,3 +6,4 @@ OPTION_E="1"
|
||||
OPTION_F="2"
|
||||
OPTION_G=""
|
||||
OPTION_H="\n"
|
||||
OPTION_I = "echo 'asd'"
|
||||
|
@ -187,6 +187,7 @@ func TestLoadQuotedEnv(t *testing.T) {
|
||||
"OPTION_F": "2",
|
||||
"OPTION_G": "",
|
||||
"OPTION_H": "\n",
|
||||
"OPTION_I": "echo 'asd'",
|
||||
}
|
||||
|
||||
loadEnvAndCompareValues(t, Load, envFileName, expectedValues, noopPresets)
|
||||
|
Loading…
x
Reference in New Issue
Block a user