diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:27:31 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-04-05 00:27:31 +0100 |
| commit | 42f74b7980945813e1318d6d0b37b2da3a492c05 (patch) | |
| tree | de3ae846f4a6998bd60291b66b72152ee57d40f1 /test/data | |
| parent | bc118b663b0582cf4afdce3000beb8bac35b16ef (diff) | |
Add a couple of small bold tests.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/subs1.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/test/data/subs1.xml b/test/data/subs1.xml index 515dd9f7..f4a4ded8 100644 --- a/test/data/subs1.xml +++ b/test/data/subs1.xml @@ -20,8 +20,10 @@ <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="15.0">Once belonged to the Shah</Text> </Subtitle> - <Subtitle SpotNumber="4" TimeIn="00:00:13:104" TimeOut="00:00:15:177" FadeUpTime="1" FadeDownTime="1"> - <Text VAlign="bottom" VPosition="15.0">And these are Roy Hattersley's jeans</Text> - </Subtitle> + <Font Weight="bold"> + <Subtitle SpotNumber="4" TimeIn="00:00:13:104" TimeOut="00:00:15:177" FadeUpTime="1" FadeDownTime="1"> + <Text VAlign="bottom" VPosition="15.0">And these are Roy Hattersley's jeans</Text> + </Subtitle> + </Font> </Font> </DCSubtitle> |
