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.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 testing/templates/if-let.html (limited to 'testing/templates/if-let.html') diff --git a/testing/templates/if-let.html b/testing/templates/if-let.html new file mode 100644 index 0000000..ff4006f --- /dev/null +++ b/testing/templates/if-let.html @@ -0,0 +1 @@ +{% if let Some(some_text) = text %}{{ some_text }}{% endif %} -- cgit