B-Lang-org/bsc-testsuite

find_n_strings utility is actually find_n matching lines

nanavati opened this issue · 0 comments

This is a small thing that I'm just recording because I tripped over it today:
grep -c (used by find_n_strings) counts matching lines not matching words so, in practice, find_n_strings is actually find_n_matching_lines