Skip to content

Commit

Permalink
Failing test =537
Browse files Browse the repository at this point in the history
This new test fails, but it should succeed.
  • Loading branch information
dilyanpalauzov committed Apr 20, 2024
1 parent 277ec79 commit 82445c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/parser/property_params.ics
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ATTENDEE;ROLE="REQ-PARTICIPANT;foo";DELEGATED-FROM="mailto:[email protected]";PAR
TSTAT=ACCEPTED;RSVP=TRUE:mailto:[email protected]
ATTENDEE;CN=X\:mailto:[email protected]
ATTENDEE;CN="Y\":mailto:[email protected]
ATTENDEE;CN="Z\;":mailto:[email protected]
X-FOO;PARAM1=VAL1:FOO;BAR
X-FOO2;PARAM1=VAL1;PARAM2=VAL2:FOO;BAR
X-BAR;PARAM1="VAL1:FOO":BAZ;BAR
Expand Down
8 changes: 8 additions & 0 deletions test/parser/property_params.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@
"cal-address",
"mailto:[email protected]"
],
[
"attendee",
{
"cn": "Z\\;"
},
"cal-address",
"mailto:[email protected]"
],
[
"x-foo",
{
Expand Down

0 comments on commit 82445c8

Please sign in to comment.