Skip to content

Commit

Permalink
update reference output for c82283
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@82308 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
smeyer committed May 3, 2022
1 parent 82e1531 commit 60cc6eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/testit.html.save
Expand Up @@ -14,7 +14,7 @@ function processMathHTML() {
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body><div class="container">

<table width="100%"><tr><td>testit</td><td style="text-align: right;">R Documentation</td></tr></table>
<table style="width: 100%;"><tr><td>testit</td><td style="text-align: right;">R Documentation</td></tr></table>

<h2>An Rd Regression Test</h2>

Expand Down
8 changes: 4 additions & 4 deletions tests/ver20.html.save
Expand Up @@ -14,7 +14,7 @@ function processMathHTML() {
<link rel="stylesheet" type="text/css" href="R.css" />
</head><body><div class="container">

<table width="100%"><tr><td>ver20</td><td style="text-align: right;">R Documentation</td></tr></table>
<table style="width: 100%;"><tr><td>ver20</td><td style="text-align: right;">R Documentation</td></tr></table>

<h2>Johnson &amp; Johnson, $ _ ### ^ ~</h2>

Expand All @@ -27,15 +27,15 @@ function processMathHTML() {
<h3>Arguments</h3>

<table>
<tr valign="top"><td><code>foo</code></td>
<tr style="vertical-align: top;"><td><code>foo</code></td>
<td>
<p>item 1</p>
</td></tr>
<tr valign="top"><td><code>bar</code></td>
<tr style="vertical-align: top;"><td><code>bar</code></td>
<td>
<p>space, the item 2</p>
</td></tr>
<tr valign="top"><td><code>bah</code></td>
<tr style="vertical-align: top;"><td><code>bah</code></td>
<td>
<p>newline, then item 3</p>
</td></tr>
Expand Down

0 comments on commit 60cc6eb

Please sign in to comment.