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:
parent
9925802ae9
commit
e0fe7475c5
5
js/test_cases/idx_and_len/single_element_array.json
Normal file
5
js/test_cases/idx_and_len/single_element_array.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"things": [
|
||||
"Alice"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user