summaryrefslogtreecommitdiffstats
path: root/test/lua
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Check the decoded length when doing base32 fuzz testVsevolod Stakhov2022-07-161-1/+3
|
* [Minor] Add test for lower_utf8 selector transformationPavel Podkorytov2022-05-211-1/+7
|
* [Minor] Update my email and the copyright yearVsevolod Stakhov2022-03-252-2/+2
|
* [Minor] Microoptimize lua_util.str_endswithAnton Yuzhaninov2022-02-261-1/+32
| | | | | | | | Use find to check string suffix instead of sub (which involves string interning of a returned string). Benchmarks with LuaJIT 2.1.0 shows that an option with find is significantly faster. While here added unit test for this function.
* [Test] Fix mime dump testVsevolod Stakhov2021-12-091-0/+6
|
* [Test] Fix string formattingVsevolod Stakhov2021-12-091-3/+5
|
* [Test] Remove broken testVsevolod Stakhov2021-12-061-3/+4
|
* [Test] Improve envelope stuff testingVsevolod Stakhov2021-11-281-1/+28
|
* [Test] Fix testsVsevolod Stakhov2021-11-271-97/+100
|
* [Test] Oops, add a missing requireVsevolod Stakhov2021-11-241-2/+2
|
* [Test] Add unit test for message to ucl functionVsevolod Stakhov2021-11-241-0/+188
|
* [Test] One more fixVsevolod Stakhov2021-11-241-8/+7
|
* [Test] Add a simple config helper for the unit testsVsevolod Stakhov2021-11-242-24/+31
|
* [Test] Move tests from lua to C++Vsevolod Stakhov2021-10-061-226/+0
|
* [Test] Add the test for the previous fixVsevolod Stakhov2021-09-221-0/+8
|
* [Test] Add tests for broken qp decodingVsevolod Stakhov2021-09-201-0/+10
|
* [Minor] Adjust unit testVsevolod Stakhov2021-07-301-1/+1
|
* [Minor] Try to deal with urls with backslashes in pathVsevolod Stakhov2021-07-301-1/+5
|
* [Minor] Fix parsing of some misformed email addressesVsevolod Stakhov2021-07-211-4/+4
|
* [Test] Fix broken tests as it is confirmed by browser \m/Vsevolod Stakhov2021-07-021-1/+1
|
* [Test] Some fixes to html unit testsVsevolod Stakhov2021-06-281-28/+10
|
* [Test] Remove obsoleted testVsevolod Stakhov2021-06-231-142/+0
|
* [Minor] Fix multiple @ at the beginnigVsevolod Stakhov2021-05-121-0/+3
|
* [Minor] Fix parsing of some bogus urlsVsevolod Stakhov2021-05-121-0/+3
|
* [Test] Add a unit test for buckets variables in the mempoolVsevolod Stakhov2021-05-021-1/+9
|
* [Test] Add unit tests for stream compressionVsevolod Stakhov2021-04-261-0/+56
|
* [Test] Add some more rfc2047 tricky casesVsevolod Stakhov2021-04-011-2/+4
|
* [Project] Css: Add display value supportVsevolod Stakhov2021-03-101-2/+2
|
* [Project] Css: Add dimensions handlingVsevolod Stakhov2021-03-091-1/+4
|
* [Project] Css: Add opacity supportVsevolod Stakhov2021-03-091-0/+5
|
* [Project] Css: Rework flags of css propertiesVsevolod Stakhov2021-03-051-2/+2
|
* [Porject] Css: Rework functions parsingVsevolod Stakhov2021-03-031-0/+25
|
* [Project] Css: Start semantic parsing for rulesVsevolod Stakhov2021-02-171-3/+3
|
* [Project] Css: Several fixes + testsVsevolod Stakhov2021-01-291-1/+68
|
* [Minor] Css: Add a simple testing logic for css parsingVsevolod Stakhov2021-01-291-0/+19
|
* [Test] Start css unit testingVsevolod Stakhov2021-01-221-0/+23
|
* [Minor] Add a path testVsevolod Stakhov2020-12-221-1/+2
|
* Merge pull request #3574 from fatalbanana/selectors_cacheVsevolod Stakhov2020-12-091-0/+11
|\ | | | | [Minor] Selectors: support extracting task cache variables
| * [Minor] Selectors: support extracting task cache variablesAndrew Lewis2020-12-091-0/+11
| |
* | [Test] Add some unit tests for punycode conversionAndrew Lewis2020-12-091-0/+31
|/
* [Test] Disable broken test (type mismatch)Vsevolod Stakhov2020-11-251-3/+3
|
* [Fix] Fix quoted-printable soft newlines bugged caseVsevolod Stakhov2020-11-201-0/+10
|
* [Minor] Fix some more lua compat issues with text:findVsevolod Stakhov2020-11-191-0/+3
|
* [Fix] Fix off-by-one with init checkVsevolod Stakhov2020-11-181-0/+2
|
* [Minor] Fix another stupid tests regressionVsevolod Stakhov2020-11-182-1/+1
|
* [Test] Add some tests for rspamd_text:findVsevolod Stakhov2020-11-161-1/+45
|
* Merge pull request #3553 from fatalbanana/byteVsevolod Stakhov2020-11-161-0/+30
|\ | | | | [Minor] rspamd_text:byte() metamethod
| * [Minor] rspamd_text:byte() metamethodAndrew Lewis2020-11-161-0/+30
| |
* | [TEST] smtp datekorgoth12020-11-151-0/+11
| |
* | [Test] Fix testsVsevolod Stakhov2020-11-131-4/+4
|/