From 89fbc8d186378cd72ab3e9a259073d45b7b993ad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 16 Feb 2023 21:56:22 +0100 Subject: Change how whitespace in subtitles is handled. Previously we would discard any whitespace subtitle content we found. This had the side-effect of making a verification test fail (checking that at least one subtitle is in each reel; blank subtitles are often used to avoid this warning). Here we take any subtitle content, whitespace or not, inside a or node which I think is a little more correct. --- test/data/subs5.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 test/data/subs5.xml (limited to 'test/data') diff --git a/test/data/subs5.xml b/test/data/subs5.xml new file mode 100644 index 00000000..d75583b9 --- /dev/null +++ b/test/data/subs5.xml @@ -0,0 +1,13 @@ + + +12345678-9abc-def0-1234-56789abcdef0 +Frobozz +1 +English + + + + + + + -- cgit v1.2.3