Files
周小舟 7f2b812230 fix: correct word_separators regex in subtitle_processor
The character class used a single-quoted raw string with embedded ASCII single
quotes (r'[...""''...]'), which Python parsed as two implicitly-concatenated
literals — silently dropping the quotes from the class and emitting a
SyntaxWarning for \s. Switch to a double-quoted raw string so the class is a
single, correctly-closed character class. Adds a unit test asserting the class
is well-formed and contains all intended CJK punctuation + whitespace.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-31 12:47:53 +08:00
..
2025-08-06 12:01:36 +08:00
2025-08-03 01:55:46 +08:00
2025-08-06 15:51:06 +08:00
2025-08-03 01:55:46 +08:00