-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a reproduction for MDX failing in combination with the -p option
Signed-off-by: Craig Ferguson <[email protected]>
- Loading branch information
Showing
15 changed files
with
150 additions
and
2 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
test/blackbox-tests/test-cases/mdx-stanza.t/local-package-unrelated/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```ocaml | ||
This isn't valid OCaml, so running MDX would fail. | ||
``` |
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
test/blackbox-tests/test-cases/mdx-stanza.t/local-package-unrelated/lib/dune
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
(library | ||
(name public_lib) | ||
(public_name pkg)) |
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions
3
test/blackbox-tests/test-cases/mdx-stanza.t/local-package/dune
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
(mdx | ||
(files README.md) | ||
(packages pkg)) |
4 changes: 4 additions & 0 deletions
4
test/blackbox-tests/test-cases/mdx-stanza.t/local-package/dune-project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
(lang dune 2.4) | ||
(name pkg) | ||
|
||
(using mdx 0.1) |
File renamed without changes.
File renamed without changes.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters