diff options
author | Simon Hengel <sol@typeful.net> | 2013-09-03 19:14:08 +0200 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-01-12 14:48:35 -0600 |
commit | 27876dc77ff259e27a71ea6f30662a668adfd134 (patch) | |
tree | b8f1784867200ae07a136078dfa14b50271a4476 /html-test/ref/DeprecatedReExport.html | |
parent | 64eb7dbc465ffea7f7e76f9d4c3a334380cce8ac (diff) |
Don't append newline to parseString input
We also check that we have parsed everything with endOfInput.
Diffstat (limited to 'html-test/ref/DeprecatedReExport.html')
-rw-r--r-- | html-test/ref/DeprecatedReExport.html | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/html-test/ref/DeprecatedReExport.html b/html-test/ref/DeprecatedReExport.html index a5bd5027..159c1086 100644 --- a/html-test/ref/DeprecatedReExport.html +++ b/html-test/ref/DeprecatedReExport.html @@ -35,7 +35,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ><th >Safe Haskell</th ><td - >None</td + >Safe-Inferred</td ></tr ></table ><p class="caption" @@ -47,13 +47,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ><ul ><li ><a href="" - >Re-exported from an other module -</a + >Re-exported from an other module</a ></li ><li ><a href="" - >Re-exported from an other package -</a + >Re-exported from an other package</a ></li ></ul ></div @@ -85,8 +83,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ></div ><div id="interface" ><h1 id="g:1" - >Re-exported from an other module -</h1 + >Re-exported from an other module</h1 ><div class="top" ><p class="src" ><a name="v:foo" class="def" @@ -101,8 +98,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ><a href="" >bar</a ></code - > instead -</p + > instead</p ></div ><p >some documentation for foo @@ -110,8 +106,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_DeprecatedReExport.htm ></div ></div ><h1 id="g:2" - >Re-exported from an other package -</h1 + >Re-exported from an other package</h1 ><div class="doc" ><p >Not yet working, see <a href="" |