mirror of
https://github.com/joho/godotenv.git
synced 2025-09-29 06:34:02 +00:00
Yaml style bro.
This commit is contained in:
@ -63,4 +63,8 @@ func TestParsing(t *testing.T) {
|
||||
|
||||
// parses escaped double quotes
|
||||
parseAndCompare(t, "FOO=escaped\\\"bar\"", "FOO", "escaped\"bar")
|
||||
|
||||
// parses yaml style options
|
||||
parseAndCompare(t, "OPTION_A: 1", "OPTION_A", "1")
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user