• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cdown / srt
100%
develop: 100%

Build:
Build:
LAST BUILD BRANCH: cdown/2023-11-02/py27
DEFAULT BRANCH: develop
Repo Added 18 Oct 2015 06:22PM UTC
Files 1
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH fix3
branch: fix3
CHANGE BRANCH
x
Reset
  • fix3
  • 0.0.8
  • 1.0.0
  • 1.1.0
  • 1.10.0
  • 1.11.0
  • 1.2.0
  • 1.3.0
  • 1.4.0
  • 1.5.0
  • 1.6.0
  • 1.7.0
  • 1.8.0
  • 1.9.0
  • 2.0.0
  • 2.1.0
  • 3.0.0
  • 3.1.0
  • 3.2.0
  • 3.2.1
  • 3.4.0
  • 3.4.1
  • 3.5.1
  • 3.5.2
  • 3.5.3
  • appveyor
  • bom
  • cdown/2021-03-10/srt-deduplicate
  • cdown/2021-07-16/deps
  • cdown/2021-07-26/no_ms
  • cdown/2022-01-24/ghactions
  • cdown/2022-02-07/lt
  • cdown/2022-03-02/no_index
  • cdown/2022-03-11/no_distutils
  • cdown/2022-03-11/parallel
  • cdown/2022-03-11/sorting
  • cdown/2023-03-27/gh
  • cdown/2023-07-01/readme
  • cdown/2023-11-02/py27
  • cdown/fix_test/2020-07-25
  • cdown/ignore_super/2020-08-21
  • cdown/new_parses/2020-07-25
  • cdown/no_newlines_final/2020-08-29
  • cdown/parse_error_ignore/2020-08-21
  • cdown/robust/2020-07-26
  • cdown/unit_separator/2020-08-14
  • chardet
  • cleanup
  • cover
  • coveralls
  • crlf
  • dependencies
  • develop
  • enc_stream
  • encoding
  • examples
  • f/48
  • f/all_delims
  • f/allow_dot
  • f/consts
  • f/cover_branches
  • f/coverage
  • f/cruft
  • f/dist_tools
  • f/docs
  • f/doctest
  • f/document_srt_parse_error
  • f/dot_sep
  • f/empty_content
  • f/fix_doctest
  • f/in_place
  • f/license
  • f/logging
  • f/max_td_size
  • f/multiline
  • f/no_bracket
  • f/no_ending_blank
  • f/no_eol
  • f/no_line_for_empty_content_block
  • f/no_uni
  • f/only_strip_n
  • f/per_subtitle
  • f/quickstart_doctest
  • f/remove_crap
  • f/repr
  • f/repr_doesnt_crash
  • f/sar_doctest
  • f/settings
  • f/sse_int
  • f/start_end
  • f/tolerate_index_ws
  • f/trove
  • f/usable_exc_data
  • f/vars
  • f/warn
  • fast_legal_2
  • feature/doctest
  • files
  • fix_appveyor
  • fix_travis
  • fix_travis_release
  • fullwidth
  • inplace
  • leading_ws
  • locals
  • lock
  • logging
  • master
  • memory_efficient
  • negative_index
  • no_ts_regex
  • nosetests_parallel
  • optional_skip
  • perf
  • perf2
  • prog
  • py2
  • pypy
  • pytype
  • pytype38
  • re2
  • release/0.0.8
  • release/1.0.0
  • release/1.1.0
  • release/1.11.0
  • release/1.2.0
  • release/1.3.0
  • release/1.4.0
  • release/1.5.0
  • release/1.6.0
  • release/1.7.0
  • release/1.8.0
  • release/1.9.0
  • release/2.0.0
  • release/2.1.0
  • release/3.0.0
  • release/3.1.0
  • release/3.2.1
  • release/3.4.0
  • release/3.4.1
  • release/3.5.0
  • release/3.5.1
  • release/3.5.2
  • release/3.5.3
  • remove
  • shields
  • skip_end_before_start
  • srt-process
  • srt_merge
  • srt_tools
  • srt_tools_tests
  • stdin
  • test_environments
  • timestamp_on_demand
  • top_and_bottom
  • transparent_read
  • travis
  • travis/test_compilers
  • trove
  • utf-8-sig
  • utf8
  • vers
  • why_appveyor_why
  • zeroes

pending completion
1185

push

travis-ci

cdown
Document and codify that Subtitle.content should only contain \n

Fixes #59. I went through a few different solutions for this, but:

- Collapsing any sequence of [\r\n]+ into \n violates (un)strict mode
  requirements, since we shouldn't do \n\n collapsing without strict
  mode on
- We generally rely on only having \n in here anyway, either as a result
  of srt.parse explicitly or opening in text mode. Codifying it is the
  right thing to do.

51 of 51 branches covered (100.0%)

120 of 120 relevant lines covered (100.0%)

1.0 hits per line

Relevant lines Covered
Build:
Build:
120 RELEVANT LINES 120 COVERED LINES
1.0 HITS PER LINE
Source Files on fix3
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
1185 fix3 Document and codify that Subtitle.content should only contain \n Fixes #59. I went through a few different solutions for this, but: - Collapsing any sequence of [\r\n]+ into \n violates (un)strict mode requirements, since we shouldn't do \n\n ... push 12 Jan 2020 01:36PM UTC cdown travis-ci pending completion  
See All Builds (1264)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc