We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28a0c commit 0026c5aCopy full SHA for 0026c5a
tests/empty-comment.test
@@ -208,4 +208,23 @@ Found:
208
{- ^-}
209
Perhaps you should remove it.
210
211
-6 hints
+6 hints
212
+
213
+---------------------------------------------------------------------
214
+RUN tests/empty-comment-mixed.hs
215
+FILE tests/empty-comment-mixed.hs
216
217
+-- |
218
+--
219
+-- Comment with blank line comment space above and below.
220
221
+commentWithSpace = 1
222
223
+-- | Introduction line.
224
225
+-- Comment with introduction line above and blank line below.
226
227
+CommentWithSpaceOnlyAfter = 1
228
229
+OUTPUT
230
+No hints
0 commit comments