rust/tests/rustdoc/markdown-table-escape-pipe-...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
219 B
Rust
Raw Normal View History

2023-10-05 04:04:45 +08:00
// https://github.com/rust-lang/rust/issues/27862
#![crate_name="issue_27862"]
2019-02-10 05:23:30 +08:00
/// Tests | Table
/// ------|-------------
/// t = b | id = \|x\| x
pub struct Foo; //@ has issue_27862/struct.Foo.html //td 'id = |x| x'