]> Lady’s Gitweb - Pisces/blobdiff - object.test.js
Minor doc changes to object.js & symbol.js
[Pisces] / object.test.js
index cba44b948824ba411ecb966ae3e80a1265a3f5c4..aa1796a46311ff701cac01f4b05c3b31b8605ecf 100644 (file)
@@ -1,11 +1,14 @@
-// ♓🌟 Piscēs ∷ object.test.js
-// ====================================================================
-//
-// Copyright © 2022–2023 Lady [@ Lady’s Computer].
-//
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
+// SPDX-FileCopyrightText: 2022, 2023, 2025 Lady <https://www.ladys.computer/about/#lady>
+// SPDX-License-Identifier: MPL-2.0
+/**
+ * ⁌ ♓🌟 Piscēs ∷ object.js
+ *
+ * Copyright © 2022–2023, 2025 Lady [@ Ladys Computer].
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
+ */
 
 import {
   assert,
@@ -671,8 +674,8 @@ describe("frozenCopy", () => {
 
   it("[[Call]] does not copy properties on the prototype", () => {
     assert(
-      !("failure" in
-        frozenCopy(Object.create({ failure: undefined }))),
+      !("failure"
+        in frozenCopy(Object.create({ failure: undefined }))),
     );
   });
 
This page took 0.226991 seconds and 4 git commands to generate.