--- parser3/src/www/htdocs/Attic/index.html 2001/08/24 08:16:15 1.278
+++ parser3/src/www/htdocs/Attic/index.html 2001/08/28 14:39:50 1.283
@@ -3,8 +3,11 @@ t.p
dtf.p
@main[]
+#^tfilemove[]
+#^treplace[]
+^measuretest[]
#^savetest[]
-^oratestinsert[]
+#^oratestinsert[]
#^oratestread[]
#^process_check[]
#^ffcheck[]^[xxx]
@@ -14,6 +17,20 @@ dtf.p
#^tests[]
#^func(0)
+@tfilemove[]
+^file:move[a/a;b/b]
+
+@treplace[]
+$шило-на-мыло[^table::set{a b
+шило мыло
+}]
+$строка[бывает шило в задице]
+^строка.replace[$шило-на-мыло]
+
+@measuretest[]
+$im[^image::measure[mm3.gif]]
+x:y=${im.width}:${im.height}
+
@savetest[]
$file[^file::load[text;index.html]]
^file.save[binary;/some/dir/here.dat]
@@ -23,9 +40,8 @@ OK
^connect[oracle://mts_admin:admin_pwd@ORACLE.PAF.OFFICE.DESIGN.RU]{
#^void:sql{create table lobtest(test clob)}
^void:sql{insert into lobtest values (/**test**/'бу''квы')}
-OK
$table[^table::sql{select * from lobtest}]
-#^table.menu{^table.line[] }
+^table.menu{^table.line[] }
}
@oratestread[]