Skip to content

Commit 9c03c0a

Browse files
committed
Require all list elements to have the same type
1 parent caeb8d3 commit 9c03c0a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

cep-0014.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ To benefit from autocompletion, and other LSP features in editors, we can add a
6969

7070
The context section is a dictionary with key-value pairs that can be used for string interpolation.
7171
The right-hand side of the key-value pair is either a scalar (bool, number or string), or a list of scalars.
72+
If it is a list, all elements must have exactly the same type.
7273
The resulting Jinja variable has the same type as the value.
7374

7475
The variables can reference other variables from the context section.

0 commit comments

Comments
 (0)