mirror of
https://github.com/joho/godotenv.git
synced 2025-09-29 22:54:01 +00:00
Expand fixture tests to include multiline strings
This commit is contained in:
@ -189,6 +189,10 @@ func TestLoadQuotedEnv(t *testing.T) {
|
||||
"OPTION_G": "",
|
||||
"OPTION_H": "\n",
|
||||
"OPTION_I": "echo 'asd'",
|
||||
"OPTION_J": "line 1\nline 2",
|
||||
"OPTION_K": "line one\nthis is \\'quoted\\'\none more line",
|
||||
"OPTION_L": "line 1\nline 2",
|
||||
"OPTION_M": "line one\nthis is \"quoted\"\none more line",
|
||||
}
|
||||
|
||||
loadEnvAndCompareValues(t, Load, envFileName, expectedValues, noopPresets)
|
||||
|
Reference in New Issue
Block a user