diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:21:41 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-01-12 17:21:41 +0000 |
| commit | dbdc438c066ee2a80943b9494e78db19905f9fa9 (patch) | |
| tree | 08daf75600719d6dd0130c596ef81d30ce4b3de3 /test/data | |
| parent | fd1d21f713e9b0abd8afebcbab36d70aac9b6cce (diff) | |
Files missed from previous commit.
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/test3.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/data/test3.xml b/test/data/test3.xml new file mode 100644 index 0000000..ccfb1d8 --- /dev/null +++ b/test/data/test3.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<DCSubtitle Version="1.0"> + <SubtitleID>ceee1268-226b-49d2-8dae-6d6699441b17</SubtitleID> + <MovieTitle>Movie Title</MovieTitle> + <ReelNumber>1</ReelNumber> + <Language>French</Language> + <LoadFont Id="theFontId" URI="arial.ttf"/> + <Font Id="theFontId" Color="FFFFFFFF" Effect="border" EffectColor="FF000000" Italic="no" Size="39" Script="normal" Underlined="no" Weight="normal"> + <Subtitle SpotNumber="1" TimeIn="00:00:05:198" TimeOut="00:00:07:115" FadeUpTime="1" FadeDownTime="1"> + <Text Vposition="89" VAlign="top">Here is <Font Italic="yes">italic</Font> and here is not.</Text> + </Subtitle> + </Font> +</DCSubtitle> |
