From 4568c40ae4bd51258290a4b0da169b3d5bce9ee7 Mon Sep 17 00:00:00 2001
From: Dirkjan Ochtman <dirkjan@ochtman.nl>
Date: Sat, 4 Feb 2017 21:38:59 +0100
Subject: Add test for == operator

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

(limited to 'testing/templates')

diff --git a/testing/templates/eq.html b/testing/templates/eq.html
new file mode 100644
index 0000000..44666d3
--- /dev/null
+++ b/testing/templates/eq.html
@@ -0,0 +1 @@
+{% if a == b %}t{% endif %}{% if a == c %}t{% else %}f{% endif %}
-- 
cgit