Registry testing - part 16

This commit is contained in:
Maurus Decimus
2026-03-26 19:10:06 +01:00
parent 0fde3e04fd
commit 72bc8c05ab
23 changed files with 1100 additions and 2819 deletions

View File

@@ -427,7 +427,7 @@ impl ResolveVariable for UrlParts<'_> {
.and_then(|p| p.parts.path_and_query().map(|p| p.as_str()))
.unwrap_or_default(),
),
ExpressionVariable::UrlPath => Variable::from(
ExpressionVariable::Path => Variable::from(
self.url_parsed
.as_ref()
.map(|p| p.parts.path())