mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +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
|
|
@ -9,7 +9,7 @@ import {
|
|||
GrammarTest
|
||||
} from 'Sieve/Grammar';
|
||||
|
||||
export class DateCommand extends GrammarTest
|
||||
export class DateTest extends GrammarTest
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
@ -62,7 +62,7 @@ export class DateCommand extends GrammarTest
|
|||
}
|
||||
}
|
||||
|
||||
export class CurrentDateCommand extends GrammarTest
|
||||
export class CurrentDateTest extends GrammarTest
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue