mdBook/tests/dummy_book
Filip Gospodinov d755bf9e09 preprocess/links: fail for invalid links
Before, `mdbook` would continue processing even when
errors, such as invalid links, are encountered. Moreover,
it would exit with a `0` return code. Such behavior is
unexpected and leads to confusion when run in CI.

Now, when links that don't point to existing files are
encounter and error is returned which yields to `mdbook`
exiting with an error code. The change in behavior has
revealed that some tests were run with invalid links.
2023-12-29 19:18:48 +01:00
..
index_html_test Add test for index page 2022-06-29 08:48:49 +02:00
src Add an integration test for heading attributes 2023-05-28 12:02:59 -07:00
src2 Add index preprocessor (#685) 2018-05-04 19:41:28 +08:00
summary-formatting Don't try to render summary links as markdown. 2022-04-14 20:35:39 -07:00
mod.rs preprocess/links: fail for invalid links 2023-12-29 19:18:48 +01:00