diff --git a/tests/resources/file_fixtures/repro.yaml b/tests/resources/file_fixtures/repro.yaml index 4953f131..17ca0b07 100644 --- a/tests/resources/file_fixtures/repro.yaml +++ b/tests/resources/file_fixtures/repro.yaml @@ -21,7 +21,7 @@ YouTube Full Albums: } description_capture_regex_array: - - 'Genre:\s*(.*)\s*\n(?:Rec.+|Year):\s*.*(\d\{4\})\s*\n' # Captures genre and recorded year + - '{%unescape("Genre:\s*(.*)\s*\n(?:Rec.+|Year):\s*.*(\d\{4\})\s*\n")}' # Captures genre and recorded year description_capture: >- { %regex_capture_many( description, description_capture_regex_array)