Add regression test

This commit is contained in:
Ruben Schmidmeister
2019-05-11 15:03:59 +02:00
parent cc97eaf9f9
commit 7fc181d111
3 changed files with 9 additions and 0 deletions
@@ -0,0 +1 @@
normalize_doc_attributes = true
@@ -0,0 +1,4 @@
#[doc = "This comment
is split
on multiple lines"]
fn foo() {}
@@ -0,0 +1,4 @@
///This comment
///is split
///on multiple lines
fn foo() {}