Added the "archiveReference" property to the PreparedURIPaths pseudo-type for the PrepareURIPathUseCase use case in the library target.

This commit is contained in:
2025-09-27 01:31:08 +02:00
parent 386d9d8cb5
commit a5305e3e6f
2 changed files with 19 additions and 13 deletions
@@ -134,8 +134,8 @@ private extension Input {
private extension Output {
/// A list of expected outputs for the URI path samples, regardless their match against suffixed or not suffixed root URI paths.
static let prepareURIPaths: [PrepareURIPathUseCase.PreparedURIPaths?] = [
("somearchive", "/SomeArchive.doccarchive", "/SomeArchive/some/content/path"),
(.empty, .empty, .Path.forwardSlash),
("SomeArchive", "somearchive", "/SomeArchive.doccarchive", "/SomeArchive/some/content/path"),
(.empty, .empty, .empty, .Path.forwardSlash),
nil
]
}