2023-06-02 06:51:01 -05:00
|
|
|
|
// This test ensures that `--` (double-hyphen) is correctly converted into `–` (dash).
|
|
|
|
|
|
|
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
|
//@ has 'foo/index.html' '//*[@class="desc docblock-short"]' '–'
|
|
|
|
|
//@ has 'foo/struct.Bar.html' '//*[@class="docblock"]' '–'
|
2023-06-02 06:51:01 -05:00
|
|
|
|
|
|
|
|
|
/// --
|
|
|
|
|
pub struct Bar;
|