summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/annotations/comments.stdout
blob: 06273ba1e698f6629d8ad95c93c4e1e741b07f38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[
( CommentsTest.hs:11:1-33 =
[(CommentsTest.hs:11:1-33,AnnDocCommentNext " The function @foo@ does blah")])
 
( CommentsTest.hs:(12,7)-(15,14) =
[(CommentsTest.hs:14:15-24,AnnLineComment "-- value 2")])
 
( <no location info> =
[(CommentsTest.hs:(3,1)-(7,2),AnnBlockComment "{-\nAn opening comment\n  {- with a nested one -}\n  {-# nested PRAGMA #-}\n-}"),
 
(CommentsTest.hs:1:1-31,AnnBlockComment "{-# LANGUAGE DeriveFoldable #-}")])
]
 
[
( CommentsTest.hs:(12,7)-(15,14) =
[(CommentsTest.hs:14:15-24,AnnLineComment "-- value 2")])
 
( <no location info> =
[(CommentsTest.hs:11:1-33,AnnLineComment "-- | The function @foo@ does blah"),
 
(CommentsTest.hs:(3,1)-(7,2),AnnBlockComment "{-\nAn opening comment\n  {- with a nested one -}\n  {-# nested PRAGMA #-}\n-}"),
 
(CommentsTest.hs:1:1-31,AnnBlockComment "{-# LANGUAGE DeriveFoldable #-}")])
]