summaryrefslogtreecommitdiff
path: root/testsuite/tests/parser/should_compile/T23315/all.T
diff options
context:
space:
mode:
authorFinley McIlwaine <finleymcilwaine@gmail.com>2023-05-01 08:36:06 -0600
committerFinley McIlwaine <finleymcilwaine@gmail.com>2023-05-17 19:58:53 +0000
commit57ba64dba592f5efaea5e9b61f2e7e2e7267179e (patch)
tree5bafc65cff9cae8fb337ff751a81dca4c9e3a25e /testsuite/tests/parser/should_compile/T23315/all.T
parent2972fd66f91cb51426a1df86b8166a067015e231 (diff)
downloadhaskell-wip/t23315.tar.gz
Insert documentation into parsed signature moduleswip/t23315
Causes haddock comments in signature modules to be properly inserted into the AST (just as they are for regular modules) if the `-haddock` flag is given. Also adds a test that compares `-ddump-parsed-ast` output for a signature module to prevent further regressions. Fixes #23315
Diffstat (limited to 'testsuite/tests/parser/should_compile/T23315/all.T')
-rw-r--r--testsuite/tests/parser/should_compile/T23315/all.T3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/parser/should_compile/T23315/all.T b/testsuite/tests/parser/should_compile/T23315/all.T
new file mode 100644
index 0000000000..940dd71d2e
--- /dev/null
+++ b/testsuite/tests/parser/should_compile/T23315/all.T
@@ -0,0 +1,3 @@
+test('T23315',
+ [extra_files(['Setup.hs']), js_broken(22352)],
+ makefile_test, [])