From 4966608e74d4634463abfd427a7d7a604957e747 Mon Sep 17 00:00:00 2001 From: Mike Del Tito Date: Mon, 25 Nov 2024 16:30:21 -0500 Subject: [PATCH] docs: remove incorrect failure reason for parse_regex_all fallibility Removes the failure reason for `parse_regex_all`, which has different semantics from `parse_regex` when there is no match. closes #21883 --- website/cue/reference/remap/functions/parse_regex_all.cue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/website/cue/reference/remap/functions/parse_regex_all.cue b/website/cue/reference/remap/functions/parse_regex_all.cue index 98f3d294cb617..f41abe434e37f 100644 --- a/website/cue/reference/remap/functions/parse_regex_all.cue +++ b/website/cue/reference/remap/functions/parse_regex_all.cue @@ -33,9 +33,7 @@ remap: functions: parse_regex_all: { type: ["regex"] }, ] - internal_failure_reasons: [ - "`value` fails to parse using the provided `pattern`.", - ] + internal_failure_reasons: [] return: { types: ["array"] rules: [