summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2024-02-05Merge pull request #2308 from ehuss/pulldown_cmark-0.10Eric Huss
2024-02-05Update pulldown_cmark to 0.10Eric Huss
2024-02-05Clean up test backends_receive_render_context_via_stdinEric Huss
2023-05-28Fix search for custom heading attributesEric Huss
2023-05-28Add an integration test for heading attributesEric Huss
2023-05-28Don't include empty class attribute.Eric Huss
2023-05-28fix more mistakesImUrX
2023-05-13Apply clippy::match_like_matches_macroEric Huss
2023-05-13Apply clippy::needless_borrowEric Huss
2023-05-13Merge pull request #2080 from t2y/fix-copy-fonts-messageEric Huss
2023-05-13Don't copy the stock fonts if the user has overridden fonts.css.Eric Huss
2023-04-03style(tests): Fixed issues reported by clippySean Poulter
2023-04-03fix(cli): init --force skips confirmation promptsSean Poulter
2023-01-15Make fonts part of the theme.Eric Huss
2022-11-07Fix testsWill Crichton
2022-08-25add a --chapter option to mdbook test. (#1741)Chris Lovett
2022-06-29Make link to first chapter active in index pageISSOtm
2022-06-29Add test for index pageISSOtm
2022-06-26Test that long words are omitted from the search index.Matthew Woodcraft
2022-06-22Revert "Omit words longer than 80 characters from the search index"Dylan DPC
2022-05-22Test that long words are omitted from the search index.Matthew Woodcraft
2022-04-28add a test: Ensure building fails if `[output.html].theme` points to a non-ex...Clark
2022-04-14Don't try to render summary links as markdown.Eric Huss
2022-04-01tests/cli: ignore user's RUST_LOG= environment variable in testsSergei Trofimovich
2022-03-28Merge pull request #1749 from tommilligan/unique-search-anchorsEric Huss
2022-03-26add testsShogo Takata
2022-02-18search: fix anchor ids for duplicate headersTom Milligan
2021-09-26Move cli tests to their own subdirMichael Howell
2021-09-26Fix path dumps under windowsMichael Howell
2021-09-26Add CLI testsMichael Howell
2021-09-03Merge pull request #1631 from benarmstead/masterEric Huss
2021-08-31Include chapters with no headers in the search indexMichael Howell
2021-08-24Format with cargo correctlyBen Armstead
2021-08-24Format better and remove unnecessary borrowsBen Armstead
2021-05-27use book_config.src for edit pathjosh rotenberg
2021-02-12Fix some issues with fragment scrolling and linking.Eric Huss
2021-01-14Merge pull request #1418 from ehuss/relative-renderer-commandEric Huss
2021-01-07Change `init --theme` to place theme in root. (#1432)Eric Huss
2020-12-30Fix relative paths for renderer commands.Eric Huss
2020-11-26Fix search index testsavitex
2020-11-12allow to serialize the "build" sectionSergey Golovin
2020-09-23Rename `book-example` to `guide` (#1336)Camelid
2020-06-22Fix init creating empty `[rust]` table. (#1233)Eric Huss
2020-06-22Rename playpen to playground. (#1241)Eric Huss
2020-05-30Updated the test to follow our docsMichael-F-Bryan
2020-05-30Updated the test to reflect how redirect keys should be absoluteMichael-F-Bryan
2020-05-27I should have used a more realistic exampleMichael-F-Bryan
2020-05-27Added integration tests to make sure files are redirected as intendedMichael-F-Bryan
2020-05-20Update dependencies. (#1211)Eric Huss
2020-04-21Make missing backends optional.Kim Hermansson