add newline back

pull/109/head
Andre Soares 2020-06-26 15:39:50 -03:00
parent fccdfd265d
commit 6e653f9adf
1 changed files with 1 additions and 0 deletions

View File

@ -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) {