This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
(mdx
|
||||
(enabled_if true))
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
(lang dune 2.8)
|
||||
(using mdx 0.1)
|
||||
|
|
@ -0,0 +1,9 @@
|
|||
(enabled_if) needs a recent (lang dune):
|
||||
|
||||
$ dune runtest
|
||||
File "dune", line 2, characters 1-18:
|
||||
2 | (enabled_if true))
|
||||
^^^^^^^^^^^^^^^^^
|
||||
Error: 'enabled_if' is only available since version 2.9 of the dune language.
|
||||
Please update your dune-project file to have (lang dune 2.9).
|
||||
[1]
|
||||
Loading…
Add table
Add a link
Reference in a new issue