--- parser3/tests/071.html 2003/03/04 11:51:54 1.1 +++ parser3/tests/071.html 2003/03/04 11:51:54 1.1.2.1 @@ -0,0 +1,23 @@ +@main[] +$source[^table::create{a +aa +bb +cc}] +$dest0[^table::create{a +xx +}] +^source.offset(2) +^test{^dest.join[$source]} +^test{^dest.join[$source;$.offset(0)]} +^test{^dest.join[$source;$.limit(2)]} +^test{^dest.join[$source;$.offset(1)$.limit(1)]} +^test{^dest.join[$source;$.offset(1)$.limit(2)]} +^test{^dest.join[$source;$.offset[cur]$.limit(1)]} +^test{^dest.join[$source;$.limit(0)]} + +@test[action] +$dest[^table::create[$dest0]] +$action +^dest.menu{$dest.a}[,]
+ +