@@ -48,8 +48,8 @@ datatest_stable::harness! {
4848 of:
4949
5050 * ` fn(&Path) -> datatest_stable::Result<()> `
51- * ` fn(&Utf8Path) -> datatest_stable::Result<()> ` (` Utf8Path ` is part of the
52- [ ` camino ` ] ( https://docs.rs/camino ) library, and is re-exported here for convenience.)
51+ * ` fn(&Utf8Path) -> datatest_stable::Result<()> ` ([ ` Utf8Path ` ] ( https://docs.rs/camino/1.1.9/camino/struct.Utf8Path.html ) is part of the
52+ [ ` camino ` ] ( https://docs.rs/camino/1.1.9/camino/index.html ) library, and is re-exported here for convenience.)
5353 * ` fn(&P, String) -> datatest_stable::Result<()> ` where ` P ` is ` Path ` or ` Utf8Path ` . If the
5454 extra ` String ` parameter is specified, the contents of the file will be loaded and passed in
5555 as a string (erroring out if that failed).
@@ -61,14 +61,14 @@ datatest_stable::harness! {
6161 the crate’s ` Cargo.toml ` is located). Absolute paths are not supported, and
6262 will panic at runtime.
6363
64- ` root ` is an arbitrary expression that implements ` Display ` , such as ` &str ` , or a
65- function call that returns a ` Utf8PathBuf ` .
64+ ` root ` is an arbitrary expression that implements
65+ [ ` Display ` ] ( https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html ) , such as ` &str ` , or a function call that
66+ returns a [ ` Utf8PathBuf ` ] ( https://docs.rs/camino/1.1.9/camino/struct.Utf8PathBuf.html ) .
6667
6768* ` pattern ` - a regex used to match against and select each file to be tested. Extended regexes
68- with lookaround and backtracking are supported via the
69- [ ` fancy_regex ` ] ( https://docs.rs/fancy-regex ) crate.
69+ with lookaround and backtracking are supported via the [ ` fancy_regex ` ] ( https://docs.rs/fancy-regex/0.14.0/fancy_regex/index.html ) crate.
7070
71- ` pattern ` is an arbitrary expression that implements ` Display ` , such as
71+ ` pattern ` is an arbitrary expression that implements [ ` Display ` ] ( https://doc.rust-lang.org/nightly/core/fmt/trait.Display.html ) , such as
7272 ` &str ` , or a function call that returns a ` String ` .
7373
7474The three parameters can be repeated if you have multiple sets of data-driven tests to be run:
0 commit comments