diff options
Diffstat (limited to 'testing/templates')
-rw-r--r-- | testing/templates/ranges.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/templates/ranges.txt b/testing/templates/ranges.txt new file mode 100644 index 0000000..d87ef6a --- /dev/null +++ b/testing/templates/ranges.txt @@ -0,0 +1,5 @@ +{{ foo[..]|join("") }} +{{ foo[0 + 1..]|join("") }} +{% let bar = 1 %} +{{ foo[..bar]|join("") }} +{{ foo[..=bar]|join("") }} |