Skip to content

Commit 750c722

Browse files
Fix test input
1 parent f5e8e21 commit 750c722

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/bin/mdx-test/expect/simple-mli/test-case.mli

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@
3030
3131
A shell block:
3232
33-
{@sh set-FOO=Hello,set-BAR=Bash[$ echo $FOO $BAR
34-
Hello Bash
35-
33+
{@sh set-FOO=Hello,set-BAR=Bash[
34+
$ echo $FOO $BAR
35+
Hello Bash
3636
]}
3737
3838
A block that doesn't run:

0 commit comments

Comments
 (0)