Try and replicate reported bug #45

pull/46/head
John Barton (joho) 2017-11-10 10:38:18 +11:00
parent 0f92a24bb0
commit 05be8ccbf7
2 changed files with 2 additions and 0 deletions

View File

@ -6,3 +6,4 @@ OPTION_E="1"
OPTION_F="2"
OPTION_G=""
OPTION_H="\n"
OPTION_I = "echo 'asd'"

View File

@ -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)