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.
2 parents 7bddf3a + cf8e513 commit 4d81952Copy full SHA for 4d81952
guide/src/examples/diagnostics.md
@@ -24,7 +24,7 @@ echo "$OUTPUT"
24
# This indicates a regression when the text "non-ASCII" is in the output.
25
#
26
# If the regression is when the text is *not* in the output, remove the `!` prefix.
27
-! grep "non-ASCII" "$OUTPUT"
+! echo "$OUTPUT" | grep "non-ASCII"
28
```
29
30
Then run something like:
0 commit comments