Update tests

This commit is contained in:
Guillaume Gomez 2020-10-29 11:43:07 +01:00
parent 6bbb7fd265
commit fcee70f643
3 changed files with 43 additions and 6 deletions

View file

@ -37,12 +37,7 @@ fn should_leave_multiple_indent_levels() {
#[test]
fn should_ignore_first_line_indent() {
// The first line of the first paragraph may not be indented as
// far due to the way the doc string was written:
//
// #[doc = "Start way over here
// and continue here"]
run_test("line1\n line2", "line1\nline2");
run_test("line1\n line2", "line1\n line2");
}
#[test]