diff --git a/godotenv_test.go b/godotenv_test.go index 17dc243..7274c14 100644 --- a/godotenv_test.go +++ b/godotenv_test.go @@ -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) {