Add regression test

This commit is contained in:
Ruben Schmidmeister 2019-05-11 15:03:59 +02:00
parent cc97eaf9f9
commit 7fc181d111
No known key found for this signature in database
GPG key ID: 29387B5A7AAF863F
3 changed files with 9 additions and 0 deletions

View file

@ -0,0 +1 @@
normalize_doc_attributes = true

View file

@ -0,0 +1,4 @@
#[doc = "This comment
is split
on multiple lines"]
fn foo() {}

View file

@ -0,0 +1,4 @@
///This comment
///is split
///on multiple lines
fn foo() {}