Skip to content

Commit c3d91af

Browse files
authored
docs(external): remove incorrect failure reason for parse_regex_all fallibility (#21884)
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
1 parent 064406d commit c3d91af

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/cue/reference/remap/functions/parse_regex_all.cue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ remap: functions: parse_regex_all: {
3333
type: ["regex"]
3434
},
3535
]
36-
internal_failure_reasons: [
37-
"`value` fails to parse using the provided `pattern`.",
38-
]
36+
internal_failure_reasons: []
3937
return: {
4038
types: ["array"]
4139
rules: [

0 commit comments

Comments
 (0)