diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2019-10-07 15:13:52 -0400 | 
|---|---|---|
| committer | Alec Theriault <alec.theriault@gmail.com> | 2019-10-07 17:56:13 -0400 | 
| commit | 80b8a8a2525d4e4c60b7c9439a23ac47d9612802 (patch) | |
| tree | 0f435be1f08bd128fe8e9fec1ad6eabfc98a96a7 /hypsrc-test/ref | |
| parent | 5459ca8a76825da59ff4c1c11d74812d1931da50 (diff) | |
Add a regression test for #1091
Previously, this input would crash Haddock.
Diffstat (limited to 'hypsrc-test/ref')
| -rw-r--r-- | hypsrc-test/ref/src/Bug1091.html | 34 | 
1 files changed, 34 insertions, 0 deletions
| diff --git a/hypsrc-test/ref/src/Bug1091.html b/hypsrc-test/ref/src/Bug1091.html new file mode 100644 index 00000000..730b6e25 --- /dev/null +++ b/hypsrc-test/ref/src/Bug1091.html @@ -0,0 +1,34 @@ +<html xmlns="http://www.w3.org/1999/xhtml" +><head +  ><link rel="stylesheet" type="text/css" href="style.css" +     /><script type="text/javascript" src="highlight.js" +    ></script +    ></head +  ><body +  ><pre +    ><span class="hs-pragma" +      >{-# LANGUAGE CPP #-}</span +      ><span +      > +</span +      ><span id="line-2" +      ></span +      ><span class="hs-keyword" +      >module</span +      ><span +      > </span +      ><span class="hs-identifier" +      >Bug1091</span +      ><span +      > </span +      ><span class="hs-keyword" +      >where</span +      ><span class="hs-cpp" +      > + +#include "Include1For1091.h" +</span +      ></pre +    ></body +  ></html +>
\ No newline at end of file | 
