vdirsyncer/tests/unit/utils
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
..
test_vobject.py Require matching BEGIN and END lines in vobjects 2023-12-13 10:31:32 -05:00