File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
test/bin/mdx-test/failure/part-unsupported Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ let version_enabled version =
289289let get_label f (labels : Label.t list ) = Util.List. find_map f labels
290290
291291let label_not_allowed ~loc ~label ~kind =
292- loc_error ~loc " `%s` label is required for %s blocks." label kind
292+ loc_error ~loc " `%s` label is not allowed for %s blocks." label kind
293293
294294let label_required ~loc ~label ~kind =
295295 loc_error ~loc " `%s` label is required for %s blocks." label kind
Original file line number Diff line number Diff line change 1- [mdx] Fatal error: File "test-case.md", lines 3-4: invalid code block: `part` label is required for non-OCaml include blocks.
1+ [mdx] Fatal error: File "test-case.md", lines 3-4: invalid code block: `part` label is not allowed for non-OCaml include blocks.
You can’t perform that action at this time.
0 commit comments