constant.test 177B

12345678910111213
  1. --TEST--
  2. "constant" function
  3. --TEMPLATE--
  4. {% if constant('DATE_W3C') == expect %}
  5. true
  6. {% else %}
  7. false
  8. {% endif %}
  9. --DATA--
  10. return array('expect' => DATE_W3C);
  11. --EXPECT--
  12. true