From cc153adbb36dbdf8bfa4ece2ccb991ca2d78ecb0 Mon Sep 17 00:00:00 2001 From: Sanjay Santhanam Date: Tue, 8 Sep 2026 23:25:05 -0700 Subject: [PATCH] fix: correct upper-Z EXPR conformance fixture Signed-off-by: Sanjay Santhanam --- .../job_templates/expr2.2.5--re-backslash-upper-Z.invalid.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conformance-tests/2023-09/EXPR/job_templates/expr2.2.5--re-backslash-upper-Z.invalid.yaml b/conformance-tests/2023-09/EXPR/job_templates/expr2.2.5--re-backslash-upper-Z.invalid.yaml index 92d11594..872e137a 100644 --- a/conformance-tests/2023-09/EXPR/job_templates/expr2.2.5--re-backslash-upper-Z.invalid.yaml +++ b/conformance-tests/2023-09/EXPR/job_templates/expr2.2.5--re-backslash-upper-Z.invalid.yaml @@ -10,4 +10,4 @@ steps: command: python args: - -c - - print(r'{{ re_search("hello", r"llo\z") }}') + - print(r'{{ re_search("hello", r"llo\Z") }}')