u01jmg3 / ics-parser

Parser for iCalendar Events • PHP 8+, 7 (≥ 7.4), 5 (≥ 5.6)
MIT License
450 stars 144 forks source link

Allow for trailing ; in RRULE #307

Closed tacman closed 2 years ago

tacman commented 2 years ago

This should fix #306

u01jmg3 commented 2 years ago

Can you add a test to capture this scenario?

tacman commented 2 years ago

OK, I've added a test, but I can't confirm that tests work locally, because I'm running PHP 8.1 and it looks like phpunit is quite old.