Skip to content

Commit

Permalink
Manually fix bad Markdown that results in invalid HTML.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 524941142
Change-Id: I9c50a5570849e23632f536b03d667f7aebd1cca0
  • Loading branch information
Googler authored and copybara-github committed Apr 17, 2023
1 parent a5bed6f commit b42f2c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion site/en/docs/user-manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -977,7 +977,9 @@ excluded test sizes. For example,
<pre>
% bazel test --test_size_filters=small,medium //foo:all
</pre>
and

and

<pre>
% bazel test --test_size_filters=-large,-enormous //foo:all
</pre>
Expand Down

0 comments on commit b42f2c3

Please sign in to comment.