Skip to content

Commit 6b92f1e

Browse files
committed
Update artifacts
1 parent 9c69193 commit 6b92f1e

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

symbol/match/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[100,100,100,2,3,66.6667,0,0,100,100,100,100,"cf3dac8bab3b5dfa134c94f7a9529706a5c88730","2025-11-18 14:48:19 +0530"]
1+
[100,100,100,2,3,66.6667,0,0,100,100,100,100,"5e9fb1543f96e33541c7e9ad8fdfa35ec117a5a7","2025-11-18 14:54:06 +0530"]

symbol/match/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</h1>
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-11-18T09:19:20.526Z
119+
at 2025-11-18T09:25:05.157Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

symbol/match/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
229229
<div class='footer quiet pad2 space-top1 center small'>
230230
Code coverage generated by
231231
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
232-
at 2025-11-18T09:19:20.526Z
232+
at 2025-11-18T09:25:05.157Z
233233
</div>
234234
<script src="prettify.js"></script>
235235
<script>

symbol/match/main.js.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -192,13 +192,13 @@ <h1><a href="index.html">All files</a> main.js</h1>
192192
* @type {(symbol|null)}
193193
*
194194
* @example
195-
* var re = /foo/;
196-
* var str = 'football';
195+
* var obj = {};
197196
*
198-
* var v = str.match( re );
199-
* // returns &lt;Array&gt;
197+
* obj[ MatchSymbol ] = function match( str ) {
198+
* return [ 'beep' ];
199+
* };
200200
*/
201-
var MatchSymbol = ( hasMatchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span>
201+
var MatchSymbol = ( hasMatchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span> // eslint-disable-line max-len
202202
&nbsp;
203203
&nbsp;
204204
// EXPORTS //
@@ -211,7 +211,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
211211
<div class='footer quiet pad2 space-top1 center small'>
212212
Code coverage generated by
213213
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
214-
at 2025-11-18T09:19:20.526Z
214+
at 2025-11-18T09:25:05.157Z
215215
</div>
216216
<script src="prettify.js"></script>
217217
<script>

0 commit comments

Comments
 (0)