Add verify check for empty <Text> nodes in timed text.
authorCarl Hetherington <cth@carlh.net>
Tue, 10 Aug 2021 00:10:49 +0000 (02:10 +0200)
committerCarl Hetherington <cth@carlh.net>
Wed, 11 Aug 2021 21:35:46 +0000 (23:35 +0200)
commitc259338463b394e61504ff0e232b0ba102c1eda2
treec2ef8349a741f579e6aa57fccdb875354576ae9d
parent4f9802e8a7225fc1b3db105b45e3688a64af3588
Add verify check for empty <Text> nodes in timed text.
src/verify.cc
src/verify.h
test/data/empty_but_with_children.xml [new file with mode: 0644]
test/data/empty_text.mxf [new file with mode: 0644]
test/data/empty_with_empty_children.xml [new file with mode: 0644]
test/verify_test.cc