vdirsyncer/tests
Jason Cox 7a387b8efe Require matching BEGIN and END lines in vobjects
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.
2023-12-13 10:31:32 -05:00
..
storage Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
system Implement a no_delete flag 2023-11-29 23:50:32 +08:00
unit Require matching BEGIN and END lines in vobjects 2023-12-13 10:31:32 -05:00
__init__.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00
conftest.py Ensure type annotations are backwards compatible 2023-10-29 16:04:23 +01:00