mirror of
https://github.com/joho/godotenv.git
synced 2025-09-29 06:34:02 +00:00
export keyword parsing
This commit is contained in:
@ -67,4 +67,7 @@ func TestParsing(t *testing.T) {
|
||||
// parses yaml style options
|
||||
parseAndCompare(t, "OPTION_A: 1", "OPTION_A", "1")
|
||||
|
||||
// parses export keyword
|
||||
parseAndCompare(t, "export OPTION_A=2", "OPTION_A", "2")
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user