Add partial test for walking up context vs parameters

This commit is contained in:
Tom Alexander 2020-05-07 19:28:22 -04:00
parent 0fcb70927c
commit 7087157ed3
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 6 additions and 0 deletions

View File

@ -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).

View File

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