Skip to content

Commit cb9e827

Browse files
committed
Fix mistake in codeblock definitions
1 parent c66f0d7 commit cb9e827

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/cargo/test.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ mod tests {
120120
```
121121

122122
Although the intent is to get the following:
123-
```
123+
```shell
124+
$ cat ferris.txt
124125
Ferris
125126
Ferris
126127
Ferris
@@ -133,7 +134,8 @@ Corro
133134
Corro
134135
```
135136
What actually gets put into `ferris.txt` is this:
136-
```
137+
```shell
138+
$ cargo test test_foo
137139
Corro
138140
Ferris
139141
Corro

0 commit comments

Comments
 (0)