Sign in
fuchsia
/
third_party
/
rust
/
8ae423e5e8db47b8233ad657b8d84247f94de179
/
.
/
tests
/
rustdoc-html
/
double-hyphen-to-dash.rs
blob: c14acd065cde01ef2e0232abada7b6a243151644 [
file
]
// This test ensures that `--` (double-hyphen) is correctly converted into `–` (dash).
#![
crate_name
=
"foo"
]
//@ has 'foo/index.html' '//dd' '–'
//@ has 'foo/struct.Bar.html' '//*[@class="docblock"]' '–'
/// --
pub
struct
Bar
;