-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fixed issue: Undefined index: plusminus #467 #619
Conversation
Codecov Report
@@ Coverage Diff @@
## master #619 +/- ##
=========================================
Coverage 98.76% 98.76%
- Complexity 1865 1866 +1
=========================================
Files 71 71
Lines 5325 5325
=========================================
Hits 5259 5259
Misses 66 66
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
could you add a test? |
i just added the test. |
I don't see any test - let me see if it is easy to write one. |
le test: #622 |
I added a short test that failed locally without this fix:
So I will merge here, then look at adding the other test. |
sabre-io/vobject#619 sabre-io/vobject#623 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
#467