Skip to content

Commit bf139cb

Browse files
committed
Regression fix: only repeat a single step
Regressed in ca5823d. Fixes #2958.
1 parent f8a2124 commit bf139cb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27629,7 +27629,7 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2762927629

2763027630
</ol>
2763127631

27632-
<p>Otherwise, while true:</p>
27632+
<p>Otherwise:</p>
2763327633

2763427634
<ol>
2763527635

@@ -27743,7 +27743,8 @@ was an English &lt;a href="/wiki/Music_hall">music hall&lt;/a> singer, ...</pre>
2774327743

2774427744
</dl>
2774527745

27746-
<p>Advance <var>position</var> to the next character in <var>input</var>.</p>
27746+
<p>Advance <var>position</var> to the next character in <var>input</var>. Repeat this
27747+
step.</p>
2774727748

2774827749
<p class="note">In order to be compatible with future additions,
2774927750
this algorithm supports multiple descriptors and descriptors with parens.</p>

0 commit comments

Comments
 (0)