diff options
Diffstat (limited to '')
-rw-r--r-- | testing/templates/eq.html | 1 |
1 files changed, 0 insertions, 1 deletions
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 %} |