Skip to content

Commit dd1c9e8

Browse files
committed
Add Delphi 13 compile results to specification
Update collection-format.html with details of new Delphi13F key to store Delphi 13 compile results. Fixes #62
1 parent 38575cb commit dd1c9e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/collection-format.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ <h2 id="category-ini">
203203
Delphi104S=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
204204
Delphi11A=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
205205
Delphi12A=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.2]
206+
Delphi13F=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt; [~>2.3]
206207
FPC=&lt;&quot;Y&quot;|&quot;N&quot;|&quot;Q&quot;|&quot;W&quot;&gt;
207208
Kind=&lt;&quot;freeform&quot;|&quot;routine&quot;|&quot;type&quot;|&quot;const&quot;|&quot;class&quot;|&quot;unit&quot;&gt;
208209
TestInfo=&lt;&quot;none&quot;|&quot;basic&quot;|&quot;advanced&quot;&gt;
@@ -408,6 +409,7 @@ <h2 id="category-ini">
408409
<li><code class="key">Delphi104S</code> – Delphi 10.4 Sydney compiler <strong>[~>2.2]</strong></li>
409410
<li><code class="key">Delphi11A</code> – Delphi 11.x Alexandria compiler <strong>[~>2.2]</strong></li>
410411
<li><code class="key">Delphi12A</code> – Delphi 12.x Athens compiler <strong>[~>2.2]</strong></li>
412+
<li><code class="key">Delphi13F</code> – Delphi 13.x Florence compiler <strong>[~>2.3]</strong></li>
411413
<li><code class="key">FPC</code> – Free Pascal compiler</li>
412414
</ul>
413415
<p>
@@ -834,7 +836,7 @@ <h2>
834836
</p>
835837

836838
<p>
837-
Note that Delphi 10.2 Tokyo and later are only defined for ~>2.2.
839+
Note that Delphi 10.2 Tokyo through to Delphi 12.x Athens are defined only for ~>2.2 and Delphi 13.x is defined only for ~>2.3.
838840
</p>
839841

840842
<h2>

0 commit comments

Comments
 (0)