-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imp - Fetch the last dot for property grouping
--- We need to get the last dot from the prefix when parsing grouped properties. --- Type: imp Breaking: False Doc Required: False Backport Required: False Part: 1/1
- Loading branch information
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,16 @@ BEGIN:VCARD | |
VERSION:4.0 | ||
UID:urn:uuid:136c1090-d7d3-4399-9f59-8f7a7b6e2ef1 | ||
ADR;TYPE=home:;;New York\, USA;;;; | ||
A.EMAIL;TYPE=HOME:[email protected] | ||
B.EMAIL;TYPE=WORK:[email protected] | ||
E.A.EMAIL;TYPE=HOME:[email protected] | ||
E.B.EMAIL;TYPE=WORK:[email protected] | ||
FN:Sarah Santos | ||
N:Santos;Sarah;;; | ||
ORG:Support Scammer Outcry Organization | ||
A.TEL;TYPE=cell:589-210-1059 | ||
B.TEL;TYPE=cell:589-210-1058 | ||
T.A.TEL;TYPE=cell:589-210-1059 | ||
T.B.TEL;TYPE=cell:589-210-1058 | ||
TITLE:Chief Executive Officer | ||
URL:https://sso.org/ | ||
X-SIP-SIP:sip test | ||
S.URL:https://sso.org/ | ||
S.X-SIP-SIP:sip test | ||
ANNIVERSARY:20230406 | ||
GENDER:F;grrrl | ||
DRESSCODE:CASUAL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ ADR;TYPE=home:;;Street Address;;;; | |
EMAIL;TYPE=HOME:[email protected] | ||
EMAIL;TYPE=WORK:[email protected] | ||
FN:Neville Navasquillo | ||
A.IMPP;TYPE=HOME:aim:IM | ||
IMPP;TYPE=HOME:aim:IM | ||
IMPP;TYPE=HOME:msn:Windows LIVE | ||
IMPP;TYPE=HOME:ymsgr:Yahoo | ||
N;ALTID=0;LANGUAGE=en:Navasquillo;Neville;Neville\,Nevile;Mr.;Jr. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters