mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-02 23:34:48 +08:00
Spellig with cspell
This commit is contained in:
@@ -100,7 +100,7 @@ func (le *luaEncoder) encodeString(writer io.Writer, node *yaml.Node) error {
|
||||
case yaml.SingleQuotedStyle:
|
||||
quote = "'"
|
||||
|
||||
// falltrough to regular ol' string
|
||||
// fallthrough to regular ol' string
|
||||
}
|
||||
return writeString(writer, quote+le.escape.Replace(node.Value)+quote)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user