summaryrefslogtreecommitdiff
path: root/test/test-pages
diff options
context:
space:
mode:
authorFiveFilters.org <[email protected]>2021-08-25 17:13:28 +0200
committerFiveFilters.org <[email protected]>2021-08-25 17:13:28 +0200
commit9f43d27942f91be48ca7180d874af22a29d6febb (patch)
tree755ea7f82951bd83508b7be72e9158d63ab8348d /test/test-pages
parent346bbf878d8d982b9b097fffaed711d669e6c8b2 (diff)
Separating title-like and low-scoring headers
https://github.com/mozilla/readability/commit/2e620c232ec5b189207da5b7123470e8c8872f54
Diffstat (limited to 'test/test-pages')
-rw-r--r--test/test-pages/v8-blog/expected.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/test-pages/v8-blog/expected.html b/test/test-pages/v8-blog/expected.html
index 76a479d..ba11321 100644
--- a/test/test-pages/v8-blog/expected.html
+++ b/test/test-pages/v8-blog/expected.html
@@ -2,7 +2,9 @@
<p>
Emscripten has always focused first and foremost on compiling to the Web and other JavaScript environments like Node.js. But as WebAssembly starts to be used <em>without</em> JavaScript, new use cases are appearing, and so we've been working on support for emitting <a href="https://github.com/emscripten-core/emscripten/wiki/WebAssembly-Standalone"><strong>standalone Wasm</strong></a> files from Emscripten, that do not depend on the Emscripten JS runtime! This post explains why that's interesting.
</p>
-
+ <h2 id="using-standalone-mode-in-emscripten">
+ Using standalone mode in Emscripten <a href="#using-standalone-mode-in-emscripten">#</a>
+ </h2>
<p>
First, let's see what you can do with this new feature! Similar to <a href="https://hacks.mozilla.org/2018/01/shrinking-webassembly-and-javascript-code-sizes-in-emscripten/">this post</a> let's start with a "hello world" type program that exports a single function that adds two numbers:
</p>