diff options
| author | Eljay <lee@leejeffery.co.uk> | 2015-08-22 21:07:36 +0100 |
|---|---|---|
| committer | Eljay <lee@leejeffery.co.uk> | 2015-08-24 19:21:08 +0100 |
| commit | efc98fab26b54ce24e329dff85ca4cbfe3ad8bea (patch) | |
| tree | ae6f78f6055dd5a4d92f410e20eb3c99fdded397 /src/test/rustdoc | |
| parent | bc4df4ca3fdcc24f0fc09f8df63024752f57a8b0 (diff) | |
| download | rust-efc98fab26b54ce24e329dff85ca4cbfe3ad8bea.tar.gz rust-efc98fab26b54ce24e329dff85ca4cbfe3ad8bea.zip | |
Update hoedown to latest version (3.0.4).
Diffstat (limited to 'src/test/rustdoc')
| -rw-r--r-- | src/test/rustdoc/issue-27862.rs | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/test/rustdoc/issue-27862.rs b/src/test/rustdoc/issue-27862.rs new file mode 100644 index 00000000000..6b56585ae8a --- /dev/null +++ b/src/test/rustdoc/issue-27862.rs @@ -0,0 +1,15 @@ +// Copyright 2015 The Rust Project Developers. See the COPYRIGHT +// file at the top-level directory of this distribution and at +// http://rust-lang.org/COPYRIGHT. +// +// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or +// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license +// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your +// option. This file may not be copied, modified, or distributed +// except according to those terms. + + +/// Test | Table +/// ------|------------- +/// t = b | id = \|x\| x +pub struct Foo; // @has issue_27862/struct.Foo.html //td 'id = |x| x' |
