diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-22 15:00:33 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-22 15:00:33 +0100 |
| commit | 8b8bce8d2a83739f96e02a48b77d352414361c43 (patch) | |
| tree | 08abcadb9fa0ba92a6e75d6f6a21383341ba656f /test/ref | |
| parent | a3bbf59dd06dda14f070e99aaee32bb29a13f51a (diff) | |
Allow <Font> nodes inside <Subtitle> nodes.
Diffstat (limited to 'test/ref')
| -rw-r--r-- | test/ref/subs.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ref/subs.xml b/test/ref/subs.xml index 399c2a57..515dd9f7 100644 --- a/test/ref/subs.xml +++ b/test/ref/subs.xml @@ -12,7 +12,9 @@ <Font Italic="yes"> <Subtitle SpotNumber="2" TimeIn="00:00:07:177" TimeOut="00:00:11:031" FadeUpTime="1" FadeDownTime="1"> <Text VAlign="bottom" VPosition="21.0">My corset was H.M. The Queen's</Text> - <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> + <Font Italic="no"> + <Text VAlign="bottom" VPosition="15.0">My large wonderbra</Text> + </Font> </Subtitle> </Font> <Subtitle SpotNumber="3" TimeIn="00:00:11:094" TimeOut="00:00:13:063" FadeUpTime="1" FadeDownTime="1"> |
