test/fmt_v2: add simple check for input references

Specifically this test checks that the order given in the manifest is
preserved when loaded, i.e. the internal dict has the keys ordered in
the same way, independently in which way they were specified -- list
or object.
This commit is contained in:
Christian Kellner 2022-04-21 12:48:55 +02:00 committed by Achilleas Koutsou
parent df91d8916d
commit c25857020d
2 changed files with 82 additions and 0 deletions

View file

@ -36,6 +36,7 @@ SCHEMA = """
"description": "Commit identifier",
"oneOf": [{
"type": "array",
"minItems": 1,
"items": {
"type": "string"
}