13 lines
177 B
Plaintext
Executable File
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
|