Gilbert Pellegrom 92b792e8f2 Initial commit.
2012-04-04 14:45:09 +01:00

13 lines
177 B
Plaintext
Executable File

--TEST--
"constant" function
--TEMPLATE--
{% if constant('DATE_W3C') == expect %}
true
{% else %}
false
{% endif %}
--DATA--
return array('expect' => DATE_W3C);
--EXPECT--
true