From cc51d201ab9e7ba958363d1f74b7bfd4dd12fecf Mon Sep 17 00:00:00 2001 From: Anthony Nowell Date: Thu, 5 Oct 2017 02:47:36 -0600 Subject: support literals in match arms --- testing/templates/match.html | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 testing/templates/match.html (limited to 'testing/templates/match.html') diff --git a/testing/templates/match.html b/testing/templates/match.html deleted file mode 100644 index 51950b4..0000000 --- a/testing/templates/match.html +++ /dev/null @@ -1,6 +0,0 @@ -{% match item %} -{% when Some with (val) %} -Found {{val}} -{% when None %} -Not Found -{% endmatch %} -- cgit