Adding a v0 to partial_jump_around_one to prove that the partial parameters are inserted 1 level above the current context.

This commit is contained in:
Tom Alexander 2020-05-08 18:48:33 -04:00
parent 50c03b4f0f
commit ec321a17ca
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{
"v0": "0",
"level3": {
"v3": "3",
"v4": "3",

View File

@ -1,3 +1,3 @@
{#level1.level2}
{>partialone v1="a" v2="a" v3="a" v4="a" v5="a"/}
{>partialone v0="a" v1="a" v2="a" v3="a" v4="a" v5="a"/}
{/level1.level2}

View File

@ -1,4 +1,5 @@
{#level5}
{v0}{~n}
{v1}{~n}
{v2}{~n}
{v3}{~n}