We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527d3cd commit 82f5800Copy full SHA for 82f5800
utils/utils_test.go
@@ -676,6 +676,7 @@ func TestIsYAML(t *testing.T) {
676
assert.False(t, IsYAML("{'hello':'there'}"))
677
assert.False(t, IsYAML(""))
678
assert.True(t, IsYAML("8908: hello: yeah: \n12309812: :123"))
679
+ assert.True(t, IsYAML("---"))
680
}
681
682
func TestConvertYAMLtoJSON(t *testing.T) {
0 commit comments