summaryrefslogtreecommitdiff
path: root/tests/ref
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-07-29 20:56:55 +0200
committerClément Bœsch <u@pkh.me>2017-08-01 15:50:00 +0200
commit55949e3e51890de36574d8b5c27889b44108a839 (patch)
tree101df8fc992f0942718341da418278cee7045a48 /tests/ref
parentf0f8da545d80665ae54d51df61e8f6903c85390a (diff)
lavc/tests: add htmlsubtitles
Diffstat (limited to 'tests/ref')
-rw-r--r--tests/ref/fate/libavcodec-htmlsubtitles7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/ref/fate/libavcodec-htmlsubtitles b/tests/ref/fate/libavcodec-htmlsubtitles
new file mode 100644
index 0000000000..702f0b7ea3
--- /dev/null
+++ b/tests/ref/fate/libavcodec-htmlsubtitles
@@ -0,0 +1,7 @@
+<<hello>> --> <<hello>>
+<<<b>hello</b>>> --> <<{\b1}hello{\b0}>>
+< hello < 2000 > world > --> < hello < 2000 > world >
+<h1>TITLE</h1> --> TITLE
+< font color=red >red</font> --> {\c&HFF&}red{\c}
+Foo <foo@bar.com> --> Foo <foo@bar.com>
+<b> foo <I> bar </B> bla </i> --> {\b1} foo {\i1} bar {\b0} bla {\i0}