Add and fix tests for overridden bindings
The order of property values is only preserved if we check carefully that each property is actually present in the source being inspected. Fixes gh-3385pull/3630/head
parent
43dc0c64c2
commit
1abd0879ca
@ -1,2 +1,4 @@
|
||||
foo=bar
|
||||
bar=override
|
||||
SPAM=BUCKET
|
||||
THE_NAME=NAME
|
@ -1,2 +1,4 @@
|
||||
foo=spam
|
||||
bar=some
|
||||
bar=some
|
||||
spam=bucket
|
||||
the-name=name
|
Loading…
Reference in New Issue