Skip to content

Commit b5b1613

Browse files
committed
alias collisions test fix
the output code for aliases does correctly install aliases in a position relative to the page if the output path provided is relative, but until the last commit we would not do this correctly when collectiong path information to detect collisions. the last commit put both systems in sync but I forgot to update the corresponding snapshot test
1 parent ad5a467 commit b5b1613

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

tests/content-scanning/collisions/snapshot.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,6 @@ another_index.html: error: output url collision detected
5959
between index.smd (page alias)
6060
and nested/path/page.smd (page alias)
6161

62-
foo/bar/baz.html: error: output url collision detected
63-
between index.smd (page alias)
64-
and nested/path/page.smd (page alias)
65-
66-
foo/bar.html: error: output url collision detected
67-
between index.smd (page alias)
68-
and nested/path/page.smd (page alias)
69-
7062
nested/path/page/README.html: error: output url collision detected
7163
between index.smd (page alternative 'readme')
7264
and nested/path/page.smd (page alternative 'readme')

0 commit comments

Comments
 (0)