Handle angle brackets / tags better in SubRip files.
authorCarl Hetherington <cth@carlh.net>
Sun, 1 Aug 2021 00:01:06 +0000 (02:01 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 1 Aug 2021 00:01:06 +0000 (02:01 +0200)
commit0515e416e1e31f5063fe7b68cb794cc0872ff3a2
treece62a6754c4ea4ea31c9d99af9c4f231d968607b
parentc7b4dae773bca9099d2ecdd025e3539516c81966
Handle angle brackets / tags better in SubRip files.

Before we would assume that < starts a tag, and so parse things
like << some text >> incorrectly.  Now we search for the tags
we are interested in and pass anything else through.
src/subrip_reader.cc
test/subrip_reader_test.cc