Extend url in titles test

This commit is contained in:
Guillaume Gomez 2020-01-16 14:26:43 +01:00
parent 0e6a941820
commit 5022dd3b85
1 changed files with 5 additions and 0 deletions

View File

@ -3,10 +3,15 @@
// @has foo/fn.foo.html
// !@has - '//a[@href="http://a.a"]'
// @has - '//a[@href="#implementing-stuff-somewhere"]' 'Implementing stuff somewhere'
// @has - '//a[@href="#another-one-urg"]' 'Another one urg'
/// fooo
///
/// # Implementing [stuff](http://a.a) somewhere
///
/// hello
///
/// # Another [one][two] urg
///
/// [two]: http://a.a
pub fn foo() {}