Skip to content

Commit 7226eb1

Browse files
committed
Update artifacts
1 parent bf7eedd commit 7226eb1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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,"53451cd30b32a31b0ac5e65e05075b647c7d7f46","2025-11-16 14:25:20 +0530"]
1+
[100,100,100,2,3,66.6667,0,0,100,100,100,100,"8dc8422f4be5d1cae4bcf8322adb64cd3be8beb3","2025-11-16 14:44:04 +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-16T08:58:19.236Z
119+
at 2025-11-16T09:14:56.098Z
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-16T08:58:19.236Z
232+
at 2025-11-16T09:14:56.098Z
233233
</div>
234234
<script src="prettify.js"></script>
235235
<script>

symbol/match/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
179179
&nbsp;
180180
// MODULES //
181181
&nbsp;
182-
var hasMatchSymbolSupport = require( '@stdlib/assert/has-match-symbol-support' ); // eslint-disable-line id-length
182+
var hasMatchSymbolSupport = require( '@stdlib/assert/has-match-symbol-support' );
183183
&nbsp;
184184
&nbsp;
185185
// MAIN //
@@ -196,9 +196,9 @@ <h1><a href="index.html">All files</a> main.js</h1>
196196
* var str = 'football';
197197
*
198198
* var v = str.match( re );
199-
* // returns [ 'foo', index: 0, input: 'football', groups: undefined ]
199+
* // returns &lt;Array&gt;
200200
*/
201-
var MatchSymbol = ( hasMatchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span> // eslint-disable-line max-len
201+
var MatchSymbol = ( hasMatchSymbolSupport() ) ? Symbol.match <span class="branch-0 cbranch-no" title="branch not covered" >: null;</span>
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-16T08:58:19.236Z
214+
at 2025-11-16T09:14:56.098Z
215215
</div>
216216
<script src="prettify.js"></script>
217217
<script>

0 commit comments

Comments
 (0)