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{ 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,