forked from coop-cloud-mirrors/godotenv
Try and replicate reported bug #45
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user