roc/test/snapshots/repl/list_sublist_empty.md

178 B

META

description=List.sublist on an empty list yields an empty list
type=repl

SOURCE

» List.sublist([], {start: 2, len: 3})

OUTPUT

[]

PROBLEMS

NIL