This commit is contained in:
the-djmaze 2024-09-22 18:55:19 +02:00
parent 04f3133f27
commit 93cc623891

View file

@ -40,7 +40,7 @@ export class AddressTest extends TestCommand
this.header_list = new GrammarStringList;
this.key_list = new GrammarStringList;
// rfc5260#section-6
this.index = new GrammarNumber;
this.index = new GrammarNumber('');
this.last = false;
// rfc5703#section-6
// this.mime
@ -234,7 +234,7 @@ export class HeaderTest extends TestCommand
this.header_names = new GrammarStringList;
this.key_list = new GrammarStringList;
// rfc5260#section-6
this.index = new GrammarNumber;
this.index = new GrammarNumber('');
this.last = false;
// rfc5703#section-6
this.mime = false;