mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Fixing tests
This commit is contained in:
parent
b9a952ae6e
commit
43fd13129d
@ -7,18 +7,18 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
var yamlFormatScenarios = []formatScenario{
|
var yamlFormatScenarios = []formatScenario{
|
||||||
// {
|
{
|
||||||
// description: "basic - null",
|
description: "basic - null",
|
||||||
// skipDoc: true,
|
skipDoc: true,
|
||||||
// input: "null",
|
input: "null",
|
||||||
// expected: "null\n",
|
expected: "null\n",
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// description: "basic - ~",
|
description: "basic - ~",
|
||||||
// skipDoc: true,
|
skipDoc: true,
|
||||||
// input: "~",
|
input: "~",
|
||||||
// expected: "~\n",
|
expected: "~\n",
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
description: "octal",
|
description: "octal",
|
||||||
skipDoc: true,
|
skipDoc: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user