diff --git a/test/stringify_test.js b/test/stringify_test.js index 48a6714f..1ffbf661 100644 --- a/test/stringify_test.js +++ b/test/stringify_test.js @@ -113,7 +113,7 @@ suite('ICAL.stringify', function() { delete ICAL.design.defaultSet.param.type; }); - test('stringify property value containing "escaped" semicolons, commas, colons', function() { + test('stringify property value containing "escaped" ; , :', function() { let subject = new ICAL.Property('attendee'); subject.setParameter('cn', 'X\\:'); subject.setValue('mailto:id');