Add a single element array test for idx_and_len.

This test is mostly because I am currently turning truthy values into single element arrays during render, so I need to make sure idx and len and not being set for non-array iteration.
This commit is contained in:
Tom Alexander 2020-05-24 15:29:14 -04:00
parent 9925802ae9
commit e0fe7475c5
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -0,0 +1,5 @@
{
"things": [
"Alice"
]
}