Expanding the sep helpers test.

master
Tom Alexander 4 years ago
parent bb658284e6
commit 3ef2facc92
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

@ -12,5 +12,12 @@
"name": "Chris",
"pet": "lizard"
}
]
],
"toys": [
"ball",
"bone"
],
"scalar": 7,
"name": "global name",
"pet": "global pet"
}

@ -1,3 +1,13 @@
{#people}
{name}{@sep petname="fluffy"},{pet}{petname}{/sep}
{/people}
{/people}{~n}
{#scalar}
{name}{@sep petname="fluffy"},{pet}{petname}{/sep}
{/scalar}{~n}
{#people}
{#toys}
{name}'s pet {pet} plays with a {.}{@sep}, {/sep}
{/toys}
{/people}{~n}

Loading…
Cancel
Save