From acd8bc66d59f052341f8b5d0ee5028fc502ce191 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Sat, 4 Feb 2017 21:52:26 +0100 Subject: Add tests for all 6 comparison operators --- testing/templates/eq.html | 1 - 1 file changed, 1 deletion(-) delete mode 100644 testing/templates/eq.html (limited to 'testing/templates/eq.html') diff --git a/testing/templates/eq.html b/testing/templates/eq.html deleted file mode 100644 index 44666d3..0000000 --- a/testing/templates/eq.html +++ /dev/null @@ -1 +0,0 @@ -{% if a == b %}t{% endif %}{% if a == c %}t{% else %}f{% endif %} -- cgit