Expanding the sep helpers test.
This commit is contained in:
		
							parent
							
								
									bb658284e6
								
							
						
					
					
						commit
						3ef2facc92
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Tom Alexander
						Tom Alexander