From f86b9c5b0cd702788cfb1cc4db9b63f72c7105eb Mon Sep 17 00:00:00 2001 From: "Ivan N. Veselov" Date: Fri, 3 May 2013 19:10:57 +0300 Subject: Added support for "$if$" statement in templates. --- tests/data/template.html | 2 +- tests/data/template.html.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/data/template.html b/tests/data/template.html index 153303c..a8d78eb 100644 --- a/tests/data/template.html +++ b/tests/data/template.html @@ -1,5 +1,5 @@
I'm so rich I have $$3. - $echo test!$ + $echo test$ $body$
diff --git a/tests/data/template.html.out b/tests/data/template.html.out index 07b0851..8bd1879 100644 --- a/tests/data/template.html.out +++ b/tests/data/template.html.out @@ -1,5 +1,5 @@
I'm so rich I have $3. - test! + test

This is an example.

-- cgit v1.2.3