mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
The completions were generating page numbers that didn't make sense if there were a small number of scripted tests. For example, suppose that there were only two tests defined, it would generate *1of3 *2of3 and *3of3 completions even though there weren't even three tests.