File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1313 (run ocaml-mdx rule %{dep:envs.md})
1414 (run ocaml-mdx rule %{dep:empty_line.md})
1515 (run ocaml-mdx rule %{dep:spaces.md})
16- (run ocaml-mdx rule %{dep:cram.t})
1716 (run ocaml-mdx rule %{dep:errors.md})
1817 (run ocaml-mdx rule %{dep:heredoc.md})
1918 (run ocaml-mdx rule %{dep:mlt.md})
7978 (run ocaml-mdx output %{x} -o output.html)
8079 (diff? %{y} output.html))))
8180
81+ (alias
82+ (name runtest)
83+ (deps (:x cram.t) (package mdx))
84+ (action (progn
85+ (run ocaml-mdx test --syntax=cram %{x})
86+ (diff? %{x} %{x}.corrected))))
87+
8288(alias
8389 (name runtest)
8490 (deps (:x dir.md) (package mdx))
Original file line number Diff line number Diff line change 3939
4040 (diff? % {x} % {x}.corrected))))
4141(alias
42- (name runtest)
43- (deps (: x cram.t)
44- (package mdx))
45- (action (progn
46- (run ocaml- mdx test -- direction= infer- timestamp % {x})
47-
48- (diff? % {x} % {x}.corrected))))
49- (alias
5042 (name runtest)
5143 (deps (: x errors.md)
5244 (package mdx))
You can’t perform that action at this time.
0 commit comments