Add another testing proving that inline partials can occur before the block definition.

This commit is contained in:
Tom Alexander 2020-05-09 15:40:29 -04:00
parent 353a04064e
commit d93602d686
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
3 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1 @@
The block content is from {+inject/}

View File

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

View File

@ -0,0 +1,2 @@
{<inject}Before Partial{/inject}
{>"base"/}