From e36e2d485667144c78cb4dbb23b63cc73b7fa5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Sun, 18 Sep 2022 13:13:40 +0300 Subject: [PATCH] Failing test This new test fails, but it should succeed. --- test/parser/property_params.ics | 1 + test/parser/property_params.json | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/test/parser/property_params.ics b/test/parser/property_params.ics index e6c3697f..bb2544f0 100644 --- a/test/parser/property_params.ics +++ b/test/parser/property_params.ics @@ -12,6 +12,7 @@ ATTENDEE;ROLE="REQ-PARTICIPANT;foo";DELEGATED-FROM="mailto:bar@baz.com";PAR TSTAT=ACCEPTED;RSVP=TRUE:mailto:foo@bar.com ATTENDEE;CN=X\:mailto:x@example.org ATTENDEE;CN="Y\":mailto:y@example.org +ATTENDEE;CN="Z\;":mailto:z@example.org X-FOO;PARAM1=VAL1:FOO;BAR X-FOO2;PARAM1=VAL1;PARAM2=VAL2:FOO;BAR X-BAR;PARAM1="VAL1:FOO":BAZ;BAR diff --git a/test/parser/property_params.json b/test/parser/property_params.json index c5a6db4c..f1a4e2b3 100644 --- a/test/parser/property_params.json +++ b/test/parser/property_params.json @@ -93,6 +93,14 @@ "cal-address", "mailto:y@example.org" ], + [ + "attendee", + { + "cn": "Z\\;" + }, + "cal-address", + "mailto:z@example.org" + ], [ "x-foo", {