Add test for strikethrough in rustdoc

This commit is contained in:
mibac138 2020-05-08 18:14:57 +02:00
parent 6f7e9a842d
commit bbda107436
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
#![crate_name = "foo"]
// @has foo/fn.f.html
// @has - //del "Y"
/// ~~Y~~
pub fn f() {}