diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/match-opt.html (renamed from testing/templates/match.html) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/templates/match.html b/testing/templates/match-opt.html index 51950b4..c77a2a6 100644 --- a/testing/templates/match.html +++ b/testing/templates/match-opt.html @@ -1,4 +1,6 @@ {% match item %} +{% when Some with ("foo") %} +Found literal foo {% when Some with (val) %} Found {{val}} {% when None %} |