mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
@@ -7,6 +7,18 @@ import (
|
||||
)
|
||||
|
||||
var yamlFormatScenarios = []formatScenario{
|
||||
{
|
||||
description: "scalar with doc separator",
|
||||
skipDoc: true,
|
||||
input: "--- cat",
|
||||
expected: "---\ncat\n",
|
||||
},
|
||||
{
|
||||
description: "scalar with doc separator",
|
||||
skipDoc: true,
|
||||
input: "---cat",
|
||||
expected: "---cat\n",
|
||||
},
|
||||
{
|
||||
description: "basic - null",
|
||||
skipDoc: true,
|
||||
|
||||
Reference in New Issue
Block a user