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:
parent
df91d8916d
commit
c25857020d
2 changed files with 82 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ SCHEMA = """
|
|||
"description": "Commit identifier",
|
||||
"oneOf": [{
|
||||
"type": "array",
|
||||
"minItems": 1,
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue