summaryrefslogtreecommitdiff
path: root/doc/data/messages/d/docstring-first-line-empty/bad.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc/data/messages/d/docstring-first-line-empty/bad.py')
-rw-r--r--doc/data/messages/d/docstring-first-line-empty/bad.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/data/messages/d/docstring-first-line-empty/bad.py b/doc/data/messages/d/docstring-first-line-empty/bad.py
new file mode 100644
index 000000000..3085bb069
--- /dev/null
+++ b/doc/data/messages/d/docstring-first-line-empty/bad.py
@@ -0,0 +1,10 @@
+def foo(): # [docstring-first-line-empty]
+ """
+
+ Lorem Ipsum is simply dummy text of the printing and typesetting
+ industry.
+
+ Lorem Ipsum has been the industry's standard dummy text ever since the
+ 1500s, when an unknown printer took a galley of type and scrambled it
+ to make a type specimen book
+ """