Просмотр исходного кода

Missing file in last checkin.


git-svn-id: http://erlydtl.googlecode.com/svn/trunk@132 a5195066-8e3e-0410-a82a-05b01b1b9875
colm.dougan 17 лет назад
Родитель
Сommit
bbff9be68a
1 измененных файлов с 11 добавлено и 0 удалено
  1. 11 0
      examples/docroot/now

+ 11 - 0
examples/docroot/now

@@ -0,0 +1,11 @@
+Expected format : Thu, 21 Dec 2000 16:01:07 +0200
+Got : {% now "r" %}
+
+Expected format : 27th February 2008 01:24
+Got : {% now "jS F Y H:i" %}
+
+Expected format : It is the 4th of September 2007
+Got : It is the {% now "jS o\f F Y" %}
+
+Expected format : ''
+Got : '{% now "" %}'