summaryrefslogtreecommitdiff
path: root/specs/sections.yml
diff options
context:
space:
mode:
Diffstat (limited to 'specs/sections.yml')
-rw-r--r--specs/sections.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/specs/sections.yml b/specs/sections.yml
index f62d9cb..30815c9 100644
--- a/specs/sections.yml
+++ b/specs/sections.yml
@@ -161,6 +161,13 @@ tests:
template: '"{{#list}}({{.}}){{/list}}"'
expected: '"(1.1)(2.2)(3.3)(4.4)(5.5)"'
+ - name: Implicit Iterator - Array
+ desc: Implicit iterators should allow iterating over nested arrays.
+ data:
+ list: [ [1, 2, 3], ['a', 'b', 'c'] ]
+ template: '"{{#list}}({{#.}}{{.}}{{/.}}){{/list}}"'
+ expected: '"(123)(abc)"'
+
# Dotted Names
- name: Dotted Names - Truthy