diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-01-17 19:49:03 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-01-17 19:49:03 +0100 |
| commit | 298e8ad5dc79ecb9b5b6140499e950d6ac5f09b1 (patch) | |
| tree | a6d49d8eca42f37fe488ab9c735c0a55e8d6f5aa | |
| parent | 5022dd3b854792dd72d396e1586aa5b5c09975b2 (diff) | |
| download | rust-298e8ad5dc79ecb9b5b6140499e950d6ac5f09b1.tar.gz rust-298e8ad5dc79ecb9b5b6140499e950d6ac5f09b1.zip | |
Extend url in heading test a bit
| -rw-r--r-- | src/test/rustdoc/remove-url-from-headings.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/rustdoc/remove-url-from-headings.rs b/src/test/rustdoc/remove-url-from-headings.rs index 50e45a7f53a..9761c1ddbe2 100644 --- a/src/test/rustdoc/remove-url-from-headings.rs +++ b/src/test/rustdoc/remove-url-from-headings.rs @@ -7,7 +7,7 @@ /// fooo /// -/// # Implementing [stuff](http://a.a) somewhere +/// # Implementing [stuff](http://a.a "title") somewhere /// /// hello /// |
