summary refs log tree commit diff
path: root/src/test/run-make/rustdoc-hidden-line
AgeCommit message (Collapse)AuthorLines
2013-12-30rustdoc: only filter lines starting with '# ' from the shown code.Huon Wilson-0/+37
Currently any line starting with `#` is filtered from the output, including line like `#[deriving]`; this patch makes it so lines are only filtered when followed by a space similar to the current behaviour of the tutorial/manual tester.