aboutsummaryrefslogtreecommitdiffstats
path: root/test/lua/unit/regxep.lua
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Fix unit testsVsevolod Stakhov2016-04-231-1/+1
|
* Fix splitting in case of bogus regexp.Vsevolod Stakhov2015-07-141-0/+3
|
* Fix issues with capturing patternsVsevolod Stakhov2015-06-301-5/+12
|
* Add captures unit test.Vsevolod Stakhov2015-06-301-0/+20
|
* Fix regexp splitting in lua.Vsevolod Stakhov2015-05-131-3/+5
|
* Use raw regexp instead of utf ones by default.Vsevolod Stakhov2015-05-121-1/+1
| | | | | Now to enable utf8 match, one should specify 'u' modifier, for example, by adding '/u' to the slashed patterm.
* Add some more SA and perl compat for regexps.Vsevolod Stakhov2015-03-311-0/+1
|
* Add some raw regexp tests.Vsevolod Stakhov2015-03-111-0/+4
|
* Implement lua regexp split, write test case.Vsevolod Stakhov2015-03-061-1/+24
|
* Distinguish match and search in lua regexp.Vsevolod Stakhov2015-03-061-3/+1
|
* Adopt lua regexps for rspamd_regexp.Vsevolod Stakhov2015-03-051-1/+2
|
* Add unit test for lua regexp.Vsevolod Stakhov2015-03-041-0/+31