mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Added Sieve rfc5490
Renamed tests classes *Command as *Test
This commit is contained in:
parent
40adf992ed
commit
668a5f1fa5
12 changed files with 224 additions and 57 deletions
|
|
@ -231,7 +231,7 @@ export class GrammarTest
|
|||
{
|
||||
constructor(identifier)
|
||||
{
|
||||
this.identifier = identifier || this.constructor.name.toLowerCase().replace('command', '');
|
||||
this.identifier = identifier || this.constructor.name.toLowerCase().replace(/test$/, '');
|
||||
// Almost every test has a comparator and match_type, so define them here
|
||||
this.comparator = '',
|
||||
this.match_type = ':is',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue