mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-05 09:04:58 +08:00
fix tests
This commit is contained in:
+1
-1
@@ -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() },
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user