
PR #3367 inadvertently changed the semantics of _find_recursive and _find_non_recursive so that the returned list are not ordered as the input search list. This commit restores the original semantic, and adds tests to verify it.
1 line
98 B
Plaintext
1 line
98 B
Plaintext
This directory tree is made up to test that search functions wil return a stable ordered sequence. |