Add partial test for walking up context vs parameters
This commit is contained in:
parent
0fcb70927c
commit
7087157ed3
1
js/test_cases/partial_simple/README.md
Normal file
1
js/test_cases/partial_simple/README.md
Normal 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).
|
5
js/test_cases/partial_simple/input2.json
Normal file
5
js/test_cases/partial_simple/input2.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{"people": [
|
||||||
|
{"name": "Alice"},
|
||||||
|
{"name": "Bob"}
|
||||||
|
],
|
||||||
|
"item": "cat"}
|
Loading…
x
Reference in New Issue
Block a user