From 545df3a4329c8726440c199f2d717977c5cde647 Mon Sep 17 00:00:00 2001 From: Richard Gibson Date: Thu, 8 May 2025 18:53:11 -0400 Subject: [PATCH] Fix front matter for test/intl402/Locale/prototype/region/prop-desc.js (#4475) --- test/intl402/Locale/prototype/region/prop-desc.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/intl402/Locale/prototype/region/prop-desc.js b/test/intl402/Locale/prototype/region/prop-desc.js index 45f4186549..d2b672e1b2 100644 --- a/test/intl402/Locale/prototype/region/prop-desc.js +++ b/test/intl402/Locale/prototype/region/prop-desc.js @@ -6,9 +6,7 @@ esid: sec-intl.locale description: > Checks the "region" property of the Locale prototype object. info: | - Intl.Locale.prototype.region - - Unless specified otherwise in this document, the objects, functions, and constructors described in this standard are subject to the generic requirements and restrictions specified for standard built-in ECMAregion objects in the ECMAregion 2019 region Specification, 10th edition, clause 17, or successor. + Unless specified otherwise in this document, the objects, functions, and constructors described in this standard are subject to the generic requirements and restrictions specified for standard built-in ECMAScript objects in the ECMAScript 2019 Language Specification, 10th edition, clause 17, or successor. Every accessor property described in clauses 18 through 26 and in Annex B.2 has the attributes { [[Enumerable]]: false, [[Configurable]]: true } unless otherwise specified. If only a get accessor function is described, the set accessor function is the default value, undefined. includes: [propertyHelper.js]