-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Handle Vobjects without closing tag #559
Conversation
Thanks for the contribution. Could you come up with a reproducible example? |
For example, below is the content of the invitation received by email.
|
I have not build tests for it. I created a simple example that works without problems after fixing.
|
This test now fails - it is:
.. |
There are cases when objects do not have closing tags (for example, END: VCALENDAR), this fix solves this issue.
Codecov Report
@@ Coverage Diff @@
## master #559 +/- ##
=========================================
Coverage 98.35% 98.35%
- Complexity 1896 1897 +1
=========================================
Files 71 71
Lines 4547 4549 +2
=========================================
+ Hits 4472 4474 +2
Misses 75 75
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
This change allows the last |
There are cases when objects do not have closing tags (for example, END: VCALENDAR), this fix solves this issue.