Fix: fix two show-stopper bugs

This commit is contained in:
2026-03-16 16:21:02 +01:00
parent 097104a074
commit 6d71c64a34
4 changed files with 259 additions and 7 deletions

View File

@@ -1778,6 +1778,9 @@ fn emit_output(
}
for (i, (k, v)) in params.iter().enumerate() {
if v.is_empty() {
continue;
}
if !out.ends_with('/') {
out.push('/');
}