|
1 | 1 | (alias |
2 | 2 | (name runtest) |
3 | | - (deps (:x pp.md) |
4 | | - (package mdx)) |
| 3 | + (deps (:x pp.md)) |
5 | 4 | (action (progn |
6 | 5 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
7 | 6 |
|
8 | 7 | (diff? %{x} %{x}.corrected)))) |
9 | 8 | (alias |
10 | 9 | (name runtest) |
11 | | - (deps (:x ellipsis.md) |
12 | | - (package mdx)) |
| 10 | + (deps (:x ellipsis.md)) |
13 | 11 | (action (progn |
14 | 12 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
15 | 13 |
|
16 | 14 | (diff? %{x} %{x}.corrected)))) |
17 | 15 | (alias |
18 | 16 | (name runtest) |
19 | | - (deps (:x envs.md) |
20 | | - (package mdx)) |
| 17 | + (deps (:x envs.md)) |
21 | 18 | (action (progn |
22 | 19 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
23 | 20 |
|
24 | 21 | (diff? %{x} %{x}.corrected)))) |
25 | 22 | (alias |
26 | 23 | (name runtest) |
27 | | - (deps (:x empty_line.md) |
28 | | - (package mdx)) |
| 24 | + (deps (:x empty_line.md)) |
29 | 25 | (action (progn |
30 | 26 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
31 | 27 |
|
32 | 28 | (diff? %{x} %{x}.corrected)))) |
33 | 29 | (alias |
34 | 30 | (name runtest) |
35 | | - (deps (:x spaces.md) |
36 | | - (package mdx)) |
| 31 | + (deps (:x spaces.md)) |
37 | 32 | (action (progn |
38 | 33 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
39 | 34 |
|
40 | 35 | (diff? %{x} %{x}.corrected)))) |
41 | 36 | (alias |
42 | 37 | (name runtest) |
43 | | - (deps (:x errors.md) |
44 | | - (package mdx)) |
| 38 | + (deps (:x errors.md)) |
45 | 39 | (action (progn |
46 | 40 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
47 | 41 |
|
48 | 42 | (diff? %{x} %{x}.corrected)))) |
49 | 43 | (alias |
50 | 44 | (name runtest-all) |
51 | | - (deps (:x errors.md) |
52 | | - (package mdx)) |
| 45 | + (deps (:x errors.md)) |
53 | 46 | (action (progn |
54 | 47 | (run ocaml-mdx test --direction=infer-timestamp --non-deterministic %{x}) |
55 | 48 |
|
56 | 49 | (diff? %{x} %{x}.corrected)))) |
57 | 50 | (alias |
58 | 51 | (name runtest) |
59 | | - (deps (:x heredoc.md) |
60 | | - (package mdx)) |
| 52 | + (deps (:x heredoc.md)) |
61 | 53 | (action (progn |
62 | 54 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
63 | 55 |
|
64 | 56 | (diff? %{x} %{x}.corrected)))) |
65 | 57 | (alias |
66 | 58 | (name runtest) |
67 | | - (deps (:x mlt.md) |
68 | | - (package mdx)) |
| 59 | + (deps (:x mlt.md)) |
69 | 60 | (action (progn |
70 | 61 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
71 | 62 |
|
72 | 63 | (diff? %{x} %{x}.corrected)))) |
73 | 64 | (alias |
74 | 65 | (name runtest) |
75 | | - (deps (:x semisemi.md) |
76 | | - (package mdx)) |
| 66 | + (deps (:x semisemi.md)) |
77 | 67 | (action (progn |
78 | 68 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
79 | 69 |
|
80 | 70 | (diff? %{x} %{x}.corrected)))) |
81 | 71 | (alias |
82 | 72 | (name runtest) |
83 | | - (deps (:x exit.md) |
84 | | - (package mdx)) |
| 73 | + (deps (:x exit.md)) |
85 | 74 | (action (progn |
86 | 75 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
87 | 76 |
|
88 | 77 | (diff? %{x} %{x}.corrected)))) |
89 | 78 | (alias |
90 | 79 | (name runtest) |
91 | | - (deps (:x padding.md) |
92 | | - (package mdx)) |
| 80 | + (deps (:x padding.md)) |
93 | 81 | (action (progn |
94 | 82 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
95 | 83 |
|
96 | 84 | (diff? %{x} %{x}.corrected)))) |
97 | 85 | (alias |
98 | 86 | (name runtest) |
99 | | - (deps (:x multilines.md) |
100 | | - (package mdx)) |
| 87 | + (deps (:x multilines.md)) |
101 | 88 | (action (progn |
102 | 89 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
103 | 90 |
|
104 | 91 | (diff? %{x} %{x}.corrected)))) |
105 | 92 | (alias |
106 | 93 | (name runtest) |
107 | | - (deps (:x lines.md) |
108 | | - (package mdx)) |
| 94 | + (deps (:x lines.md)) |
109 | 95 | (action (progn |
110 | 96 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
111 | 97 |
|
112 | 98 | (diff? %{x} %{x}.corrected)))) |
113 | 99 | (alias |
114 | 100 | (name runtest) |
115 | | - (deps (:x lwt.md) |
116 | | - (package mdx)) |
| 101 | + (deps (:x lwt.md)) |
117 | 102 | (action (progn |
118 | 103 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
119 | 104 |
|
120 | 105 | (diff? %{x} %{x}.corrected)))) |
121 | 106 | (alias |
122 | 107 | (name runtest) |
123 | | - (deps (:x non-det.md) |
124 | | - (package mdx)) |
| 108 | + (deps (:x non-det.md)) |
125 | 109 | (action (progn |
126 | 110 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
127 | 111 |
|
128 | 112 | (diff? %{x} %{x}.corrected)))) |
129 | 113 | (alias |
130 | 114 | (name runtest-all) |
131 | | - (deps (:x non-det.md) |
132 | | - (package mdx)) |
| 115 | + (deps (:x non-det.md)) |
133 | 116 | (action (progn |
134 | 117 | (run ocaml-mdx test --direction=infer-timestamp --non-deterministic %{x}) |
135 | 118 |
|
136 | 119 | (diff? %{x} %{x}.corrected)))) |
137 | 120 | (alias |
138 | 121 | (name runtest) |
139 | | - (deps (:x code.md) |
140 | | - (package mdx)) |
| 122 | + (deps (:x code.md)) |
141 | 123 | (action (progn |
142 | 124 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
143 | 125 |
|
144 | 126 | (diff? %{x} %{x}.corrected)))) |
145 | 127 | (alias |
146 | 128 | (name runtest) |
147 | | - (deps (:x set_environment_variable.md) |
148 | | - (package mdx)) |
| 129 | + (deps (:x set_environment_variable.md)) |
149 | 130 | (action (progn |
150 | 131 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
151 | 132 |
|
152 | 133 | (diff? %{x} %{x}.corrected)))) |
153 | 134 | (alias |
154 | 135 | (name runtest) |
155 | | - (deps (:x unset_environment_variable.md) |
156 | | - (package mdx)) |
| 136 | + (deps (:x unset_environment_variable.md)) |
157 | 137 | (action (progn |
158 | 138 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
159 | 139 |
|
160 | 140 | (diff? %{x} %{x}.corrected)))) |
161 | 141 | (alias |
162 | 142 | (name runtest) |
163 | | - (deps (:x prelude.md) |
164 | | - (package mdx)) |
| 143 | + (deps (:x prelude.md)) |
165 | 144 | (action (progn |
166 | 145 | (run ocaml-mdx test --prelude-str "#require \"lwt\"" --prelude-str "toto:let x = \"42\"" --direction=infer-timestamp %{x}) |
167 | 146 |
|
168 | 147 | (diff? %{x} %{x}.corrected)))) |
169 | 148 | (alias |
170 | 149 | (name runtest) |
171 | 150 | (deps (:x prelude_file.md) |
172 | | - (package mdx) |
173 | 151 | prelude.ml) |
174 | 152 | (action (progn |
175 | 153 | (run ocaml-mdx test --prelude=prelude.ml --direction=infer-timestamp %{x}) |
|
178 | 156 | (alias |
179 | 157 | (name runtest) |
180 | 158 | (deps (:x dune_rules.md) |
181 | | - (package mdx) |
182 | 159 | (:y1 dune_rules_1.ml) |
183 | 160 | (:y0 dune_rules_2.ml) |
184 | 161 | (source_tree foo)) |
|
190 | 167 | (alias |
191 | 168 | (name runtest) |
192 | 169 | (deps (:x require/require-package.md) |
193 | | - (package mdx) |
194 | 170 | (package example_lib)) |
195 | 171 | (action (progn |
196 | 172 | (run ocaml-mdx test --direction=infer-timestamp %{x}) |
|
0 commit comments