aboutsummaryrefslogtreecommitdiffstats
path: root/testing/templates/ranges.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testing/templates/ranges.txt5
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("") }}