selene
selene copied to clipboard
consider adding have.first_texts and have.last_texts
subj + same for *_exact_texts ;)
The behavior should be similar to have.texts and have.exact_texts, but applied only to the beginning or the end of the collection sequence correspondingly
what about have.texts('a', 'b', ...) and have.texts(..., 'd', 'e',) instead of have.first_texts('a', 'b') and have.last_texts('d', 'e') correspondingly.
What about even something like have.texts(..., 'b', ...,'d',...) ?