Added test for null array json example

This commit is contained in:
Mike Farah
2023-05-04 14:48:57 +10:00
parent d14eaa9b49
commit 4d50b001d1
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -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,