ww test: omit marker for empty list results

This commit is contained in:
2026-08-21 14:11:24 +09:00
parent 8a5fc8977f
commit 2b7fafde0c
5 changed files with 290 additions and 4 deletions

View File

@@ -113,9 +113,6 @@ export fn run(tests: [](str, *fn() void)) i32 = {
};
if (list) {
if (selected == 0 && pkgprefix.len != 0) {
tstputs("[no matches]\n");
};
return 0;
};
if (selected == 0) {