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/mini_BugExportHeadings.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/mini_BugExportHeadings.html')
-rw-r--r-- | html-test/ref/mini_BugExportHeadings.html | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/html-test/ref/mini_BugExportHeadings.html b/html-test/ref/mini_BugExportHeadings.html index b481720d..e170b41a 100644 --- a/html-test/ref/mini_BugExportHeadings.html +++ b/html-test/ref/mini_BugExportHeadings.html @@ -20,8 +20,7 @@ window.onload = function () {pageLoad();}; ></div ><div id="interface" ><h1 - >Foo -</h1 + >Foo</h1 ><div class="top" ><p class="src" ><a href="" target="main" @@ -29,8 +28,7 @@ window.onload = function () {pageLoad();}; ></p ></div ><h1 - >Bar -</h1 + >Bar</h1 ><div class="top" ><p class="src" ><a href="" target="main" @@ -38,8 +36,7 @@ window.onload = function () {pageLoad();}; ></p ></div ><h1 - >Baz -</h1 + >Baz</h1 ><div class="top" ><p class="src" ><a href="" target="main" @@ -47,8 +44,7 @@ window.onload = function () {pageLoad();}; ></p ></div ><h1 - >One -</h1 + >One</h1 ><div class="top" ><p class="src" ><a href="" target="main" @@ -56,8 +52,7 @@ window.onload = function () {pageLoad();}; ></p ></div ><h1 - >Two -</h1 + >Two</h1 ><div class="top" ><p class="src" ><a href="" target="main" @@ -65,8 +60,7 @@ window.onload = function () {pageLoad();}; ></p ></div ><h1 - >Three -</h1 + >Three</h1 ><div class="top" ><p class="src" ><a href="" target="main" |