summaryrefslogtreecommitdiffstats
path: root/test/lua/unit/selectors.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add tests and fix some minor issuesVsevolod Stakhov2022-11-221-5/+30
|
* [Minor] Fix tests and invocationVsevolod Stakhov2022-11-221-2/+3
|
* [Minor] Add test for lower_utf8 selector transformationPavel Podkorytov2022-05-211-1/+7
|
* [Test] Remove broken testVsevolod Stakhov2021-12-061-3/+4
|
* [Minor] Selectors: support extracting task cache variablesAndrew Lewis2020-12-091-0/+11
|
* [Test] Disable broken test (type mismatch)Vsevolod Stakhov2020-11-251-3/+3
|
* [Test] Fix testsVsevolod Stakhov2020-11-131-4/+4
|
* [Test] Add unit test for get_tld transform + sort test casesVsevolod Stakhov2020-09-131-2/+6
|
* [Test] Fix selectors testVsevolod Stakhov2020-09-131-6/+6
|
* [Minor] One more test sortingVsevolod Stakhov2020-07-061-1/+1
|
* [TEST] Unit base32/64korgoth12020-07-051-4/+4
|
* [Fix] Fix regexp selector and add flatteningVsevolod Stakhov2020-05-141-0/+4
|
* [Test] Add some missing tests for selectorsVsevolod Stakhov2020-05-141-0/+8
|
* [Minor] More fixes to digests selectors + added testsVsevolod Stakhov2020-04-301-6/+35
|
* [Test] Add some more testsVsevolod Stakhov2020-02-101-0/+11
|
* [Test] Add tests for first/last transformsVsevolod Stakhov2019-12-111-3/+21
|
* [Minor] Fix tostring testsVsevolod Stakhov2019-10-221-3/+3
|
* [Test] Update unit testsVsevolod Stakhov2019-08-191-1/+1
|
* [Feature] Selectors: Add `specific_urls` extractorVsevolod Stakhov2019-08-191-0/+12
|
* [Test] Add test for the new selectorVsevolod Stakhov2019-08-191-0/+4
|
* [Minor] Lua_selectors: Allow to index numeric arrays in selectorsVsevolod Stakhov2019-07-231-0/+4
|
* [Feature] Lua_selectors: Add `words` selectorVsevolod Stakhov2019-07-231-2/+6
|
* [Test] Add some more tests for maps in selectorsVsevolod Stakhov2019-07-191-0/+13
|
* [Test] Add tests for maps in selectorsVsevolod Stakhov2019-07-191-1/+16
|
* [Minor] Use t1ha128 to avoid libsodium version enforcementVsevolod Stakhov2019-07-121-1/+1
|
* [Minor] Fix some cases of strong headers usageVsevolod Stakhov2019-07-121-1/+1
|
* [Minor] Fix unique to work with iterators, add testsVsevolod Stakhov2019-06-241-13/+36
|
* [Test] Unit: Fix hash value (due to mime parsing error)Vsevolod Stakhov2018-12-171-17/+17
|
* Revert "[Test] Check selector before processing"Vsevolod Stakhov2018-09-221-17/+16
| | | | This reverts commit baceaa985ebbb23ae7d26a2050f50bfd9544b85c.
* [Test] Check selector before processingVsevolod Stakhov2018-09-221-16/+17
|
* [Test] More test cases for selectorsMikhail Galanin2018-09-211-1/+77
| | | | Also added negative cases (i.e. it doesn't work when it shouldn't) and combinations of selectors
* [Test] Use init_url() frim the new helperMikhail Galanin2018-09-211-11/+2
|
* [Test] more testsMikhail Galanin2018-09-201-11/+25
|
* [Test] Enable one more now-working test-caseMikhail Galanin2018-09-201-7/+6
|
* [Test] We don't this chek inside the test anymore. We have command-line ↵Mikhail Galanin2018-09-201-6/+0
| | | | param instead
* [Test] Uncommented cases which are now workingMikhail Galanin2018-09-201-51/+28
|
* [Test] Few "basic" test cases for selectorsMikhail Galanin2018-09-191-0/+228