summaryrefslogtreecommitdiff
path: root/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr')
-rw-r--r--testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr
index 0c12f5c62f..02bc5985b5 100644
--- a/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr
+++ b/testsuite/tests/haddock/should_compile_flag_haddock/haddockA039.stderr
@@ -1,11 +1,15 @@
==================== Parser ====================
module CommentsBeforeArguments where
+data A = A
+data B = B
f1 ::
- () Comment before -> () Comment after -> () Result after
+ () " Comment before "
+ -> () " Comment after " -> () " Result after "
f1 _ _ = ()
f2 ::
- () Comment before -> () Comment after -> () Result after
+ () " Comment before "
+ -> () " Comment after " -> () " Result after "
f2 _ _ = ()