Skip to content

Commit 708996d

Browse files
committed
Update artifacts
1 parent 93f6c08 commit 708996d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[90,90,100,5,5,100,1,1,100,90,90,100,"082e1580a698c3f3e72fda1de3c80bbf070566cd","2025-11-09 14:25:03 -0800"]
1+
[90,90,100,5,5,100,1,1,100,90,90,100,"d6460beccbc5540a2853e2259668551de1680c04","2025-11-09 14:26:31 -0800"]

assert/has-search-symbol-support/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-09T22:26:06.536Z
119+
at 2025-11-09T22:27:37.847Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

assert/has-search-symbol-support/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
190190
<div class='footer quiet pad2 space-top1 center small'>
191191
Code coverage generated by
192192
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
193-
at 2025-11-09T22:26:06.536Z
193+
at 2025-11-09T22:27:37.847Z
194194
</div>
195195
<script src="prettify.js"></script>
196196
<script>

assert/has-search-symbol-support/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ <h1><a href="index.html">All files</a> main.js</h1>
203203
function hasSearchSymbolSupport() {
204204
return (
205205
typeof Symbol === 'function' &amp;&amp;
206-
typeof Symbol('foo') === 'symbol' &amp;&amp;
207-
hasOwnProp(Symbol, 'search') &amp;&amp;
206+
typeof Symbol( 'foo' ) === 'symbol' &amp;&amp;
207+
hasOwnProp( Symbol, 'search' ) &amp;&amp;
208208
typeof Symbol.search === 'symbol'
209209
);
210210
}
@@ -220,7 +220,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
220220
<div class='footer quiet pad2 space-top1 center small'>
221221
Code coverage generated by
222222
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
223-
at 2025-11-09T22:26:06.536Z
223+
at 2025-11-09T22:27:37.847Z
224224
</div>
225225
<script src="prettify.js"></script>
226226
<script>

0 commit comments

Comments
 (0)