mirror of
https://github.com/joho/godotenv.git
synced 2025-06-27 13:04:03 +00:00
Compare commits
3 Commits
v1.2.0
...
fix_quotin
Author | SHA1 | Date | |
---|---|---|---|
05be8ccbf7 | |||
0f92a24bb0 | |||
b7bbb3624e |
@ -1,7 +1,7 @@
|
|||||||
language: go
|
language: go
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.8
|
- 1.x
|
||||||
|
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
|
@ -6,3 +6,4 @@ OPTION_E="1"
|
|||||||
OPTION_F="2"
|
OPTION_F="2"
|
||||||
OPTION_G=""
|
OPTION_G=""
|
||||||
OPTION_H="\n"
|
OPTION_H="\n"
|
||||||
|
OPTION_I = "echo 'asd'"
|
||||||
|
@ -187,6 +187,7 @@ func TestLoadQuotedEnv(t *testing.T) {
|
|||||||
"OPTION_F": "2",
|
"OPTION_F": "2",
|
||||||
"OPTION_G": "",
|
"OPTION_G": "",
|
||||||
"OPTION_H": "\n",
|
"OPTION_H": "\n",
|
||||||
|
"OPTION_I": "echo 'asd'",
|
||||||
}
|
}
|
||||||
|
|
||||||
loadEnvAndCompareValues(t, Load, envFileName, expectedValues, noopPresets)
|
loadEnvAndCompareValues(t, Load, envFileName, expectedValues, noopPresets)
|
||||||
|
Reference in New Issue
Block a user