another tiny cov bumpy

This commit is contained in:
quobix
2024-08-05 09:14:07 -04:00
parent 527d3cdc81
commit 82f580042d

View File

@@ -676,6 +676,7 @@ func TestIsYAML(t *testing.T) {
assert.False(t, IsYAML("{'hello':'there'}")) assert.False(t, IsYAML("{'hello':'there'}"))
assert.False(t, IsYAML("")) assert.False(t, IsYAML(""))
assert.True(t, IsYAML("8908: hello: yeah: \n12309812: :123")) assert.True(t, IsYAML("8908: hello: yeah: \n12309812: :123"))
assert.True(t, IsYAML("---"))
} }
func TestConvertYAMLtoJSON(t *testing.T) { func TestConvertYAMLtoJSON(t *testing.T) {