aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/unit/lua_util.extract_specific_urls.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Remove test case with non-deterministic resultPetr Vaněk2022-11-051-1/+0
| | | | | | | | | | Removed test case does not work with luajit-2.1 anymore as it depends on internal behavior of lujait-2.0. The order of URL list returned by `extract_specific_urls` function from `lualib/lua_util` depends on order of keys in table of TLDs. The test case incorrectly expects "net" and "com" being in front of the table, however, "org" can appear there as well.
* [Test] Oops, add a missing requireVsevolod Stakhov2021-11-241-2/+2
|
* [Test] Add a simple config helper for the unit testsVsevolod Stakhov2021-11-241-24/+3
|
* [Test] Fix unit testsVsevolod Stakhov2020-09-141-2/+2
|
* [Minor] Test: Sort tables when assertingVsevolod Stakhov2020-07-061-16/+10
|
* [Minor] Another fix to extract_specificVsevolod Stakhov2019-08-301-1/+0
|
* [Test] Improve urls extraction testsVsevolod Stakhov2019-08-291-56/+189
|
* [Rework] Lua_util: Another rework for extract_specific_urlsVsevolod Stakhov2019-08-201-3/+3
|
* [Test] Update unit testsVsevolod Stakhov2019-08-191-5/+11
|
* [Test] fixed unit testMikhail Galanin2018-10-091-2/+1
|
* [Test] one more test caseMikhail Galanin2018-10-081-35/+55
|
* [Test] Use init_url() frim the new helperMikhail Galanin2018-09-211-10/+2
|
* [Test] Rewrote test using new assertionMikhail Galanin2018-09-191-4/+2
|
* [Minor] added test parsing html/phished urlsMikhail Galanin2018-07-311-12/+111
|
* [Minor] Pass params via table instead of long arglist. Added esld_limit ↵Mikhail Galanin2018-07-311-0/+127
param to lua_util.extract_specific_urls()