Skip to content

Commit

Permalink
squash: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Sep 16, 2021
1 parent c7d9dfe commit 8f2e8c8
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -33327,7 +33327,7 @@ <h1>String.prototype.replace ( _searchValue_, _replaceValue_ )</h1>
<p>The `replace` function is intentionally generic; it does not require that its *this* value be a String object. Therefore, it can be transferred to other kinds of objects for use as a method.</p>
</emu-note>

<emu-clause id="sec-getsubstitution" type="abstract operation">
<emu-clause id="sec-getsubstitution" type="abstract operation" oldids="table-replacement-text-symbol-substitutions,table-45">
<h1>
GetSubstitution (
_matched_: a String,
Expand Down Expand Up @@ -33404,23 +33404,6 @@ <h1>
1. Set _result_ to the string-concatenation of _result_ and _refReplacement_.
1. Return _result_.
</emu-alg>
<emu-table id="table-replacement-text-symbol-substitutions" caption="Replacement Text Symbol Substitutions" oldids="table-45">
<table>
<tbody>
<tr>
<th>
Code units
</th>
<th>
Unicode Characters
</th>
<th>
Replacement text
</th>
</tr>
</tbody>
</table>
</emu-table>
</emu-clause>
</emu-clause>

Expand Down

0 comments on commit 8f2e8c8

Please sign in to comment.