Skip to content

Commit

Permalink
docs(external): remove incorrect failure reason for parse_regex_all f…
Browse files Browse the repository at this point in the history
…allibility (#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
  • Loading branch information
mdeltito authored Nov 27, 2024
1 parent 064406d commit c3d91af
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions website/cue/reference/remap/functions/parse_regex_all.cue
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down

0 comments on commit c3d91af

Please sign in to comment.