--- parser3/tests/185.html 2009/05/10 08:32:53 1.5
+++ parser3/tests/185.html 2010/07/03 07:21:52 1.6
@@ -75,8 +75,6 @@ $length(^str.length[]) ^rem{ *** length
}
-
-
@left[str;num][substr]
^try{
^if(def $num){
@@ -90,8 +88,6 @@ $length(^str.length[]) ^rem{ *** length
$result[error]
}
-
-
@right[str;num][substr]
^try{
^if(def $num){
@@ -105,8 +101,6 @@ $length(^str.length[]) ^rem{ *** length
$result[error]
}
-
-
@mid[str;num;count]
^try{
^if(def $num){
@@ -124,7 +118,5 @@ $length(^str.length[]) ^rem{ *** length
$result[error]
}
-
-
@pos[str;substr;offset]
^^str.pos[$substr]^if(def $offset){($offset)}: ^if(def $offset){^str.pos[$substr]($offset)}{^str.pos[$substr]}