mirror of
https://github.com/joho/godotenv.git
synced 2025-06-25 20:34:02 +00:00
add newline back
This commit is contained in:
@ -447,6 +447,7 @@ func TestWrite(t *testing.T) {
|
||||
writeAndCompare("foo=bar\nbaz=buzz", "baz=\"buzz\"\nfoo=\"bar\"")
|
||||
// integers should not be quoted
|
||||
writeAndCompare(`key="10"`, `key=10`)
|
||||
|
||||
}
|
||||
|
||||
func TestRoundtrip(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user