From e46e2d6b02394eea8ffe7ac723469b9b114e234c Mon Sep 17 00:00:00 2001
From: Dirkjan Ochtman <dirkjan@ochtman.nl>
Date: Thu, 12 Apr 2018 19:49:16 +0200
Subject: Handle a lack of whitespace after match block (fixes #76)

---
 testing/templates/match-no-ws.html | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 testing/templates/match-no-ws.html

(limited to 'testing/templates')

diff --git a/testing/templates/match-no-ws.html b/testing/templates/match-no-ws.html
new file mode 100644
index 0000000..2ab0bf3
--- /dev/null
+++ b/testing/templates/match-no-ws.html
@@ -0,0 +1 @@
+{% match foo %}{% when Some with (bar) %}{{ bar }}{% when None %}{% endmatch %}
-- 
cgit