Fixing tests

This commit is contained in:
Mike Farah 2023-10-18 11:18:14 +11:00
parent b9a952ae6e
commit 43fd13129d

View File

@ -7,18 +7,18 @@ import (
)
var yamlFormatScenarios = []formatScenario{
// {
// description: "basic - null",
// skipDoc: true,
// input: "null",
// expected: "null\n",
// },
// {
// description: "basic - ~",
// skipDoc: true,
// input: "~",
// expected: "~\n",
// },
{
description: "basic - null",
skipDoc: true,
input: "null",
expected: "null\n",
},
{
description: "basic - ~",
skipDoc: true,
input: "~",
expected: "~\n",
},
{
description: "octal",
skipDoc: true,