We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66f0d7 commit cb9e827Copy full SHA for cb9e827
src/cargo/test.md
@@ -120,7 +120,8 @@ mod tests {
120
```
121
122
Although the intent is to get the following:
123
-```
+```shell
124
+$ cat ferris.txt
125
Ferris
126
127
@@ -133,7 +134,8 @@ Corro
133
134
Corro
135
136
What actually gets put into `ferris.txt` is this:
137
138
+$ cargo test test_foo
139
140
141
0 commit comments