Skip to content

Commit

Permalink
Fix minor rendering issue on Build encyclopedia.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 588517339
Change-Id: I79d1b92a0ed744d9782407e60d3f4ce7c4e8f82a
  • Loading branch information
Googler authored and copybara-github committed Dec 6, 2023
1 parent 0be0476 commit 492ee4c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@
</tr>
</table>

<p>The environment variable <code>
<a href="${link test-encyclopedia#initial-conditions}">TEST_SIZE</a>
</code> will be set to the
value of this attribute when spawning the test.</p>
<p>
The environment variable
<code><a href="${link test-encyclopedia#initial-conditions}">TEST_SIZE</a></code> will be set to
the value of this attribute when spawning the test.
</p>

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
timeout to two minutes.
</p>

<p>The environment variable <code>
<a href="${link test-encyclopedia#initial-conditions}">TEST_TIMEOUT</a>
</code> will be set to the test timeout (in seconds) when spawning the test.</p>
<p>
The environment variable
<code><a href="${link test-encyclopedia#initial-conditions}">TEST_TIMEOUT</a></code> will be set
to the test timeout (in seconds) when spawning the test.
</p>

0 comments on commit 492ee4c

Please sign in to comment.