2022-05-27 23:36:55 +00:00
|
|
|
#![forbid(rustdoc::broken_intra_doc_links)]
|
2021-11-26 23:03:16 +00:00
|
|
|
|
2021-04-04 22:31:43 +00:00
|
|
|
//! Email me at <hello@example.com>.
|
|
|
|
//! Email me at <hello-world@example.com>.
|
2022-05-27 23:36:55 +00:00
|
|
|
//! Email me at <hello@localhost>.
|
|
|
|
//! Email me at <prim@i32>.
|
2021-04-04 22:31:43 +00:00
|
|
|
// @has email_address/index.html '//a[@href="mailto:hello@example.com"]' 'hello@example.com'
|
|
|
|
// @has email_address/index.html '//a[@href="mailto:hello-world@example.com"]' 'hello-world@example.com'
|
|
|
|
// @has email_address/index.html '//a[@href="mailto:hello@localhost"]' 'hello@localhost'
|
2022-05-27 23:36:55 +00:00
|
|
|
// @has email_address/index.html '//a[@href="mailto:prim@i32"]' 'prim@i32'
|