added tests to properties formatting

This commit is contained in:
Dolan Miu
2016-04-04 17:30:29 +01:00
parent 4d8e443962
commit 9540b5226a
3 changed files with 15 additions and 2 deletions

View File

@ -126,7 +126,7 @@ export class Created extends DateComponent implements XmlComponent {
private created: Array<XmlComponent>;
xmlKeys = {
revision: "dcterms:created"
created: "dcterms:created"
}
constructor() {