mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Raise an error when parsing a vobject that has mismatched `BEGIN` and `END` lines (e.g., `BEGIN:FOO` followed by `END:BAR`) or missing `END` lines (e.g., `BEGIN:FOO` with no subsequent `END:FOO`). Fixes #1102. |
||
|---|---|---|
| .. | ||
| cli | ||
| sync | ||
| utils | ||
| test_exceptions.py | ||
| test_metasync.py | ||
| test_repair.py | ||