Test creation of whole address book

This commit is contained in:
Unrud
2017-07-01 00:11:25 +02:00
parent 70043c07b9
commit 02575580c6
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
BEGIN:VCARD
VERSION:3.0
UID:contact1
N:Contact1;;;;
FN:Contact1
END:VCARD
BEGIN:VCARD
VERSION:3.0
UID:contact2
N:Contact2;;;;
FN:Contact2
END:VCARD