about summary refs log tree commit diff
path: root/src/test/rustdoc/issue-25944.rs
AgeCommit message (Collapse)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2016-05-09rustdoc: remove artificial indentation of doctest codeGeorg Brandl-0/+21
This makes the examples look nicer when printed (when is this done?), but breaks tests using multi-line string literals. Fixes: #25944