--- parser3/www/htdocs/Attic/index.html 2002/08/15 13:49:15 1.116
+++ parser3/www/htdocs/Attic/index.html 2002/08/29 12:22:48 1.127
@@ -30,6 +30,7 @@ $selffilespec[$filespec]
# ^process{ ^^h[]}
# ^process{^string:sql{select '1
# ^^hello[]' }] }
+# ^double:sql{select '2*' ; }
#}
#^eval(2)
#^tcrashlocaljunctionsv2[]
@@ -211,14 +212,91 @@ $selffilespec[$filespec]
#^monthdays(8)
#^xdoctypetest[]
#^xtabletest[]
-^staticstest[]
+#^staticstest[]
#^staticstest2[]
#^rbodytest[]
#^cookie[]
#^cookieexpirestest[]
+#^postest[]
+#^voidpostest[]
+#^virtualtest[]
+#^badcolumntest[]
+#^delimiters[]
+#^новый-split[]
+#^грязные-cookie[]
+#^html-почта[]
+#^badswitchtest[]
+^okswitchtest[]
OK
+@okswitchtest[]
+$local[local value]
+^switch[1]{
+ ^case[1]{1code $local}
+}
+
+@badswitchtest[]
+^switch[1]{
+ ^badswitchtestcase[]
+}
+@badswitchtestcase[][local]
+$local[local value]
+ ^case[1]{1code $local}
+
+@badjunction[]
+^badj1[]
+^badj2[]
+
+@html-почта[]
+$переменная[значение]
+^mail:send[
+ $.from[paf@mail]
+ $.to[paf@mail]
+ $.subject[htmltest1]
+ $.html{тест$переменная= !}
+]
+
+
+@грязные-cookie[]
+$cookie:a[&]
+$cookie:a
+
+@новый-split[]
+$abc[a.b.c]
+#$table[^abc.split[.]]
+#$table[^abc.split[.;l]]
+#$table[^abc.split[.;v]]
+$table[^abc.split[.;lv]]
+^table.menu{$table.piece}[,]
+
+#$table[^abc.split[.;h]]
+$table[^abc.split[.;hr]]
+$table.0,$table.1,$table.2
+
+@delimiters[]
+$a#1[1]
+$a#1=
+
+
+@badcolumntest[]
+$table[^table::load[ext.cfg]]
+$table.b
+
+
+@virtualtest[]
+$derived[^derived::create[derived create actual param]]
+^derived.test[]
+
+
+@voidpostest[]
+$s[]
+^s.pos[$nothing]
+
+@postest[]
+$s[$nothing]
+^s.pos[$nothing]
+
@cookieexpirestest[]
#$cookie:exptest[1]
#$cookie:exptest[$.value[2] $.expires(+1)]