expect alphabetized json output

This commit is contained in:
2024-07-12 13:38:22 -06:00
parent 2a4e0973a9
commit fe5a50f306

View File

@@ -1,5 +1,5 @@
{
"c": "[]",
"a": "[\"abc\",\"def\",\"mno\"]",
"b": "[\"ghi\",\"jkl\"]"
"b": "[\"ghi\",\"jkl\"]",
"c": "[]"
}