From 60e7b33cc617592f2164df7c500ea7b21d308ad6 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 2 Nov 2024 00:38:31 -0700 Subject: [PATCH] yaml --- tests/resources/file_fixtures/repro.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)