forked from mozilla/readability
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include more ancestors in candidate scoring (mozilla#611)
* include more ancestors in candidate scoring * fix medium-3 testcase The original source file contained two copies of the document, which was causing incorrect results * remove unnecessary nested elements * fix removal of empty elements * add option to regenerate all testcases * update tests * fix quanta testcase * fix creating testcase from network * fix early exit in testcase generation * format HTML before comparing while testing * upgrade js-beautify * don't merge outer readability div
- Loading branch information
Showing
178 changed files
with
10,339 additions
and
12,354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"title": "Get your Frontend JavaScript Code Covered | Code", | ||
"byline": "Nicolas Perriault —", | ||
"dir": null, | ||
"excerpt": "Nicolas Perriault's homepage.", | ||
"readerable": true, | ||
"siteName": null | ||
"siteName": null, | ||
"readerable": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
{ | ||
"title": "This API is so Fetching!", | ||
"byline": "Nikhil Marathe", | ||
"dir": null, | ||
"excerpt": "For more than a decade the Web has used XMLHttpRequest (XHR) to achieve asynchronous requests in JavaScript. While very useful, XHR is not a very ...", | ||
"readerable": true, | ||
"siteName": "Mozilla Hacks – the Web developer blog" | ||
"siteName": "Mozilla Hacks – the Web developer blog", | ||
"readerable": true | ||
} |
Oops, something went wrong.