mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-07 02:48:27 +08:00
Added test for null array json example
This commit is contained in:
@@ -80,6 +80,13 @@ const roundTripMultiLineJson = `{
|
||||
`
|
||||
|
||||
var jsonScenarios = []formatScenario{
|
||||
{
|
||||
description: "array null",
|
||||
skipDoc: true,
|
||||
input: "[null]",
|
||||
scenarioType: "roundtrip-ndjson",
|
||||
expected: "[null]\n",
|
||||
},
|
||||
{
|
||||
description: "set tags",
|
||||
skipDoc: true,
|
||||
|
||||
Reference in New Issue
Block a user