fix tests

This commit is contained in:
o.bilko
2025-05-17 18:55:53 +10:00
committed by Mike Farah
parent 3ac203ebb8
commit c58d9e7da4
6 changed files with 41 additions and 58 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ var LuaFormat = &Format{"lua", []string{"l"},
}
var INIFormat = &Format{"ini", []string{"i"},
func() Encoder { return NewINIEncoder(0) },
func() Encoder { return NewINIEncoder() },
func() Decoder { return NewINIDecoder() },
}