summaryrefslogtreecommitdiff
path: root/libavcodec/tests
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-07-29 21:09:54 +0200
committerClément Bœsch <u@pkh.me>2017-08-01 15:50:00 +0200
commite80037186327f97fffad75161e7d71cd9f5685f6 (patch)
tree4c2425c2b7f02d4412376b69f7d532316985ba6b /libavcodec/tests
parent55949e3e51890de36574d8b5c27889b44108a839 (diff)
lavc/htmlsubtitles: improve line breaks handling
Diffstat (limited to 'libavcodec/tests')
-rw-r--r--libavcodec/tests/htmlsubtitles.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/tests/htmlsubtitles.c b/libavcodec/tests/htmlsubtitles.c
index d0b55a45d3..7c89ee97af 100644
--- a/libavcodec/tests/htmlsubtitles.c
+++ b/libavcodec/tests/htmlsubtitles.c
@@ -29,6 +29,8 @@ static const char * const test_cases[] = {
"Foo <foo@bar.com>", // not a tag (not alnum)
"<b> foo <I> bar </B> bla </i>", // broken nesting
+
+ "A<br>B<BR/>C<br / >D< Br >E<brk><brk/>", // misc line breaks
};
int main(void)