File:  [parser3project] / parser3 / tests / 426.html
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Sat Sep 21 23:51:40 2024 UTC (20 months, 1 week ago) by moko
Branches: MAIN
CVS tags: release_3_5_1, release_3_5_0, HEAD
test for negative limit and offset processing for table options added

$t[^table::create{data
data1
data2
data3
data4}]

negative limit: $b[^table::create[$t; $.limit(-1) ]]
^json:string[$b]

negative offset: $b[^table::create[$t; $.offset(-1) ]]
^json:string[$b]

normal: $b[^table::create[$t; $.limit(1) $.offset(1) ]]
^json:string[$b]

E-mail: