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