git.delta.rocks / jrsonnet / refs/commits / 752087cb9057

difftreelog

source

tests/go_testdata_golden_override/parseYaml.jsonnet.golden663 Bsourcehistory
1[2    {3        "aaa": { },4        "foo": "bar",5        "xxx": [6            42,7            "asdf",8            { }9        ],10        "ąę": "ćż"11    },12    [13        {14            "a": 115        },16        {17            "a": 218        }19    ],20    [21        {22            "a": 123        },24        {25            "a": 226        }27    ],28    [29        {30            "a": 131        },32        {33            "a": 234        }35    ],36    {37        "---a": 2,38        "a": 1,39        "a---": 340    },41    [42        {43            "a": 144        },45        "hello world\n",46        347    ],48    [49        {50            "a": 151        },52        253    ],54    null55]