[DOC-CVS] [phd] simpara-to-p-fixes: fix tests
[email protected] (Gina Peter Banyard)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Gina Peter Banyard (Girgias)
Date: 2026-02-17T00:50:11Z
Commit: https://github.com/php/phd/commit/6b356b91b92791af10ee02e2b9f56eaa26ac43a2
Raw diff: https://github.com/php/phd/commit/6b356b91b92791af10ee02e2b9f56eaa26ac43a2.diff
fix tests
Changed paths:
M tests/package/generic/003.phpt
M tests/package/php/class_rendering_001.phpt
M tests/package/php/class_rendering_002.phpt
M tests/package/php/variablelist_rendering_001.phpt
Diff:
diff --git a/tests/package/generic/003.phpt b/tests/package/generic/003.phpt
index 3143628f..bafdc1c4 100644
--- a/tests/package/generic/003.phpt
+++ b/tests/package/generic/003.phpt
@@ -191,29 +191,29 @@ Content:
<td rowspan="2" style="vertical-align: middle;">
<ul class="itemizedlist">
<li class="listitem">
- <span class="simpara">
+ <p class="simpara">
Returns 0 if parentheses surround the quantity and currency_symbol.
- </span>
+ </p>
</li>
<li class="listitem">
- <span class="simpara">
+ <p class="simpara">
Returns 1 if the sign string precedes the quantity and currency_symbol.
- </span>
+ </p>
</li>
<li class="listitem">
- <span class="simpara">
+ <p class="simpara">
Returns 2 if the sign string follows the quantity and currency_symbol.
- </span>
+ </p>
</li>
<li class="listitem">
- <span class="simpara">
+ <p class="simpara">
Returns 3 if the sign string immediately precedes the currency_symbol.
- </span>
+ </p>
</li>
<li class="listitem">
- <span class="simpara">
+ <p class="simpara">
Returns 4 if the sign string immediately follows the currency_symbol.
- </span>
+ </p>
</li>
</ul>
</td>
diff --git a/tests/package/php/class_rendering_001.phpt b/tests/package/php/class_rendering_001.phpt
index 0448efcf..895d6fc9 100644
--- a/tests/package/php/class_rendering_001.phpt
+++ b/tests/package/php/class_rendering_001.phpt
@@ -116,9 +116,9 @@ Content:
<dt id="classname.constants.first-constant"><strong><code>ClassName::FIRST_CONSTANT</code></strong></dt>
<dd>
- <span class="simpara">
+ <p class="simpara">
The description of the class constant.
- </span>
+ </p>
</dd>
</dl>
diff --git a/tests/package/php/class_rendering_002.phpt b/tests/package/php/class_rendering_002.phpt
index 302dbe6f..c50dd41d 100644
--- a/tests/package/php/class_rendering_002.phpt
+++ b/tests/package/php/class_rendering_002.phpt
@@ -116,9 +116,9 @@ Content:
<dt id="classname.constants.first-constant"><strong><code>ClassName::FIRST_CONSTANT</code></strong></dt>
<dd>
- <span class="simpara">
+ <p class="simpara">
The description of the class constant.
- </span>
+ </p>
</dd>
</dl>
diff --git a/tests/package/php/variablelist_rendering_001.phpt b/tests/package/php/variablelist_rendering_001.phpt
index 4f4d45d8..7eb07269 100644
--- a/tests/package/php/variablelist_rendering_001.phpt
+++ b/tests/package/php/variablelist_rendering_001.phpt
@@ -26,9 +26,9 @@ Content:
<dt id="constant.variablelist-test-constant"><strong><code>VARIABLELIST_TEST_CONSTANT</code></strong></dt>
<dd>
- <span class="simpara">
+ <p class="simpara">
Description of constant
- </span>
+ </p>
</dd>
</dl>
@@ -44,17 +44,17 @@ Content:
<tr>
<td id="constant.variablelist-test-constant-in-constant-list"><strong><code>VARIABLELIST_TEST_CONSTANT_IN_CONSTANT_LIST</code></strong></td>
<td>
- <span class="simpara">
+ <p class="simpara">
<code class="literal">literal</code> will add its own "role"
- </span>
+ </p>
</td>
</tr>
<tr>
<td id="constant.variablelist-test-constant-in-constant-list2"><strong><code>VARIABLELIST_TEST_CONSTANT_IN_CONSTANT_LIST2</code></strong></td>
<td>
- <span class="simpara">
+ <p class="simpara">
Role should have not been overwritten by literal
- </span>
+ </p>
</td>
</tr>
</table>