--- parser3/tests/064.html 2003/03/04 11:51:53 1.1
+++ parser3/tests/064.html 2003/07/24 11:25:57 1.2
@@ -0,0 +1,12 @@
+#$new_after[^date::now(-3)]
+$new_after[^date::create[2002-07-01]]
+$articles[^table::create{id title last_update
+1 солнце 2002-06-30
+2 наяривает 2002-07-03
+}]
+^articles.menu{
+ $last_update[^date::create[$articles.last_update]]
+ $articles.title
+ ^if($last_update > $new_after){новая;старая}
+
+}