Add partial test for walking up context vs parameters

master
Tom Alexander 4 years ago
parent 0fcb70927c
commit 7087157ed3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -0,0 +1 @@
Partial parameters do not take highest priority but also do not seem to take lowest priority. Current theory is parameters are inserted 1 level above the current context (so parameters would be references before walking up).

@ -0,0 +1,5 @@
{"people": [
{"name": "Alice"},
{"name": "Bob"}
],
"item": "cat"}
Loading…
Cancel
Save