From 83b03cd485694483df4b435979b7a3184a208e48 Mon Sep 17 00:00:00 2001 From: René Kijewski Date: Tue, 29 Jun 2021 15:23:26 +0200 Subject: Add "if let" tests --- testing/templates/if-let-struct.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/if-let-struct.html (limited to 'testing/templates/if-let-struct.html') diff --git a/testing/templates/if-let-struct.html b/testing/templates/if-let-struct.html new file mode 100644 index 0000000..53232f7 --- /dev/null +++ b/testing/templates/if-let-struct.html @@ -0,0 +1 @@ +{% if let Digits { one, two, three } = digits %}{{ one }} {{ two }} {{ three }}{% endif %} -- cgit