refactor: replace custom CRM with Monica fork
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
Some checks failed
Build & Push Monica Image to Gitea Registry / build-and-push (push) Failing after 9s
This commit is contained in:
24
tests/stubs/vcard_stub.vcf
Normal file
24
tests/stubs/vcard_stub.vcf
Normal file
@@ -0,0 +1,24 @@
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:Bono
|
||||
N:;Bono;;;
|
||||
EMAIL;TYPE=INTERNET:bono@example.com
|
||||
TEL:+1 202-555-0191
|
||||
ORG:U2
|
||||
TITLE:Lead vocalist
|
||||
BDAY:1960-05-10
|
||||
NOTE:Lorem ipsum dolor sit amet
|
||||
END:VCARD
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:John Doe
|
||||
N:Doe;John;;;
|
||||
EMAIL;TYPE=INTERNET:john.doe@example.com
|
||||
END:VCARD
|
||||
BEGIN:VCARD
|
||||
VERSION:3.0
|
||||
FN:
|
||||
N:;;;;
|
||||
NICKNAME:Johnny
|
||||
ADR:;;17 Shakespeare Ave.;Southampton;;SO17 2HB;United Kingdom
|
||||
END:VCARD
|
||||
Reference in New Issue
Block a user