Skip to content

Commit

Permalink
test: fix http-test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Sep 13, 2021
1 parent 920e0e6 commit a1bf10a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* The wasm modules internally use a succint trie data structure, memory layout has changed
* Drop support for outdated (eol) node versions. Hyphenopoly.module now requires node >= 12


## Version 4.12.0 (2021-07-21)
### Fixed
* Fixed memory access out of bounds (#165)
Expand Down
4 changes: 2 additions & 2 deletions test/http.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ t.test("use https loader", async function (t) {
const deHyphenator = await H9Y.config({
"loader": "https",
"paths": {
"maindir": "https://cdn.jsdelivr.net/gh/mnater/Hyphenopoly/",
"patterndir": "https://cdn.jsdelivr.net/gh/mnater/Hyphenopoly/patterns/"
"maindir": "https://cdn.jsdelivr.net/npm/hyphenopoly@5.0.0-beta.1/Hyphenopoly_Loader.js",
"patterndir": "https://cdn.jsdelivr.net/npm/hyphenopoly@5.0.0-beta.1/patterns/"
},
"require": ["de"]
});
Expand Down

0 comments on commit a1bf10a

Please sign in to comment.