File: tget_list_elements.reference

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (6 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
Success on [| |] (n=0 and end_ell=0).
Success on [|2|] (n=1 and end_ell=0). 2
Success on [|2, sin(_x_), double|] (n=3 and end_ell=0). 2 sin(_x_) double
Success on [|2...|] (n=1 and end_ell=1). 2
Success on [|2, sin(_x_), double...|] (n=3 and end_ell=1). 2 sin(_x_) double
Failure on double (n=-1, end_ell=-1, ptr=NULL).