os-rust/tests/rustdoc/markdown-table-escape-pipe-27862.rs

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

7 lines
169 B
Rust
Raw Normal View History

#![crate_name="issue_27862"]
2019-02-09 21:23:30 +00:00
/// Tests | Table
/// ------|-------------
/// t = b | id = \|x\| x
pub struct Foo; // @has issue_27862/struct.Foo.html //td 'id = |x| x'