Added namespaces to some of the constants for the String+Constants extension in the library target.
This commit is contained in:
@@ -135,7 +135,7 @@ 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, .forwardSlash),
|
||||
(.empty, .empty, .Path.forwardSlash),
|
||||
nil
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user