From 2a962f74be722639f1285854663f44c9c67633ff Mon Sep 17 00:00:00 2001 From: Rick Waldron <waldron.rick@gmail.com> Date: Mon, 22 Feb 2016 14:46:39 -0500 Subject: [PATCH] id => esid --- test/built-ins/Math/pow/applying-the-exp-operator_A1.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A10.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A11.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A12.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A13.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A14.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A15.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A16.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A17.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A18.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A19.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A2.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A20.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A21.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A22.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A23.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A24.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A3.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A4.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A5.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A6.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A7.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A8.js | 2 +- test/built-ins/Math/pow/applying-the-exp-operator_A9.js | 2 +- test/built-ins/Math/pow/length.js | 2 +- test/built-ins/Math/pow/math.pow.js | 2 +- test/built-ins/Math/pow/name.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A1.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A10.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A11.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A12.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A13.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A14.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A15.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A16.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A17.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A18.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A19.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A2.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A20.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A21.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A22.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A23.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A24.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A3.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A4.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A5.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A6.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A7.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A8.js | 2 +- .../expressions/exponentiation/applying-the-exp-operator_A9.js | 2 +- .../expressions/exponentiation/exp-assignment-operator.js | 2 +- .../expressions/exponentiation/exp-operator-evaluation-order.js | 2 +- .../exp-operator-precedence-unary-expression-semantics.js | 2 +- .../exp-operator-precedence-update-expression-semantics.js | 2 +- .../exp-operator-syntax-error-bitnot-unary-expression-base.js | 2 +- .../exp-operator-syntax-error-delete-unary-expression-base.js | 2 +- ...p-operator-syntax-error-logical-not-unary-expression-base.js | 2 +- .../exp-operator-syntax-error-negate-unary-expression-base.js | 2 +- .../exp-operator-syntax-error-plus-unary-expression-base.js | 2 +- .../exp-operator-syntax-error-typeof-unary-expression-base.js | 2 +- .../exp-operator-syntax-error-void-unary-expression-base.js | 2 +- test/language/expressions/exponentiation/exp-operator.js | 2 +- 63 files changed, 63 insertions(+), 63 deletions(-) diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A1.js b/test/built-ins/Math/pow/applying-the-exp-operator_A1.js index d254a9909b..1ee20d1b25 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A1.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A1.js @@ -3,7 +3,7 @@ /*--- description: If exponent is NaN, the result is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A10.js b/test/built-ins/Math/pow/applying-the-exp-operator_A10.js index b3bb64ad5e..a21cdb0be8 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A10.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A10.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) < 1 and exponent is −∞, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A11.js b/test/built-ins/Math/pow/applying-the-exp-operator_A11.js index 2378117fa1..536b51474a 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A11.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A11.js @@ -3,7 +3,7 @@ /*--- description: If base is +∞ and exponent > 0, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A12.js b/test/built-ins/Math/pow/applying-the-exp-operator_A12.js index d5fa0935eb..72a1a6e49f 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A12.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A12.js @@ -3,7 +3,7 @@ /*--- description: If base is +∞ and exponent < 0, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A13.js b/test/built-ins/Math/pow/applying-the-exp-operator_A13.js index 3a3dbabf5f..9096d37fb3 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A13.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A13.js @@ -3,7 +3,7 @@ /*--- description: If base is −∞ and exponent > 0 and exponent is an odd integer, the result is −∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A14.js b/test/built-ins/Math/pow/applying-the-exp-operator_A14.js index 79dbe86c12..a987088d6f 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A14.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A14.js @@ -3,7 +3,7 @@ /*--- description: If base is −∞ and exponent > 0 and exponent is not an odd integer, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A15.js b/test/built-ins/Math/pow/applying-the-exp-operator_A15.js index e42ba1c2f6..86de40f948 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A15.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A15.js @@ -3,7 +3,7 @@ /*--- description: If base is −∞ and exponent < 0 and exponent is an odd integer, the result is −0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A16.js b/test/built-ins/Math/pow/applying-the-exp-operator_A16.js index c50a331255..4c74246a1d 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A16.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A16.js @@ -3,7 +3,7 @@ /*--- description: If base is −∞ and exponent < 0 and exponent is not an odd integer, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A17.js b/test/built-ins/Math/pow/applying-the-exp-operator_A17.js index 3c18f248fa..a93442e7d0 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A17.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A17.js @@ -3,7 +3,7 @@ /*--- description: If base is +0 and exponent > 0, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A18.js b/test/built-ins/Math/pow/applying-the-exp-operator_A18.js index 6a4f81a3eb..ddf01dada1 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A18.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A18.js @@ -3,7 +3,7 @@ /*--- description: If base is +0 and exponent < 0, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A19.js b/test/built-ins/Math/pow/applying-the-exp-operator_A19.js index b5dbdd74b7..2b592ee53b 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A19.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A19.js @@ -3,7 +3,7 @@ /*--- description: If base is −0 and exponent > 0 and exponent is an odd integer, the result is −0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A2.js b/test/built-ins/Math/pow/applying-the-exp-operator_A2.js index c2e17dbe42..d0dc29cc2b 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A2.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A2.js @@ -3,7 +3,7 @@ /*--- description: If exponent is +0, the result is 1, even if base is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A20.js b/test/built-ins/Math/pow/applying-the-exp-operator_A20.js index 958b151090..5e07062cdc 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A20.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A20.js @@ -3,7 +3,7 @@ /*--- description: If base is −0 and exponent > 0 and exponent is not an odd integer, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A21.js b/test/built-ins/Math/pow/applying-the-exp-operator_A21.js index 5d49d68c33..f5b246ed65 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A21.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A21.js @@ -3,7 +3,7 @@ /*--- description: If base is −0 and exponent < 0 and exponent is an odd integer, the result is −∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A22.js b/test/built-ins/Math/pow/applying-the-exp-operator_A22.js index 5770a273f2..de41acd015 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A22.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A22.js @@ -3,7 +3,7 @@ /*--- description: If base is −0 and exponent < 0 and exponent is not an odd integer, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A23.js b/test/built-ins/Math/pow/applying-the-exp-operator_A23.js index 89d43d13b0..2849c01ac9 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A23.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A23.js @@ -3,7 +3,7 @@ /*--- description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A24.js b/test/built-ins/Math/pow/applying-the-exp-operator_A24.js index d98f7100c9..13d1173666 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A24.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A24.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: > Checking if Math.pow(argument1, argument2) is approbaseimatelexponent equals to its mathematical value on the set of 64 argument1 values and 64 diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A3.js b/test/built-ins/Math/pow/applying-the-exp-operator_A3.js index 7072551373..e0edd6acf7 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A3.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A3.js @@ -3,7 +3,7 @@ /*--- description: If exponent is −0, the result is 1, even if base is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A4.js b/test/built-ins/Math/pow/applying-the-exp-operator_A4.js index 9de9fbcb0f..3c28de4630 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A4.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A4.js @@ -3,7 +3,7 @@ /*--- description: If base is NaN and exponent is nonzero, the result is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A5.js b/test/built-ins/Math/pow/applying-the-exp-operator_A5.js index 7112b87a6b..a5bf6f33a3 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A5.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A5.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) > 1 and exponent is +∞, the result is +∞. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A6.js b/test/built-ins/Math/pow/applying-the-exp-operator_A6.js index 4a817e8e17..1b71bbdc1a 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A6.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A6.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) > 1 and exponent is −∞, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A7.js b/test/built-ins/Math/pow/applying-the-exp-operator_A7.js index acaf474b96..f8045d2071 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A7.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A7.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) is 1 and exponent is +∞, the result is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js index 4055f984a9..11490df4a9 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A8.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A8.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) is 1 and exponent is −∞, the result is NaN. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/applying-the-exp-operator_A9.js b/test/built-ins/Math/pow/applying-the-exp-operator_A9.js index 07f5b05584..104130bbc1 100644 --- a/test/built-ins/Math/pow/applying-the-exp-operator_A9.js +++ b/test/built-ins/Math/pow/applying-the-exp-operator_A9.js @@ -3,7 +3,7 @@ /*--- description: If abs(base) < 1 and exponent is +∞, the result is +0. -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator ---*/ diff --git a/test/built-ins/Math/pow/length.js b/test/built-ins/Math/pow/length.js index a73bcc1cbf..2efb032171 100755 --- a/test/built-ins/Math/pow/length.js +++ b/test/built-ins/Math/pow/length.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-math.pow +esid: sec-math.pow description: > Math.pow.length is 2. diff --git a/test/built-ins/Math/pow/math.pow.js b/test/built-ins/Math/pow/math.pow.js index 373665f731..60e0f04508 100644 --- a/test/built-ins/Math/pow/math.pow.js +++ b/test/built-ins/Math/pow/math.pow.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-math.pow +esid: sec-math.pow description: > Math.pow ( base, exponent ) diff --git a/test/built-ins/Math/pow/name.js b/test/built-ins/Math/pow/name.js index e38d29eda7..ff3a8f1b90 100755 --- a/test/built-ins/Math/pow/name.js +++ b/test/built-ins/Math/pow/name.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-math.pow +esid: sec-math.pow description: > Math.pow.name is "pow". diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A1.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A1.js index 297c090b99..7b0a327446 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A1.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A1.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If exponent is NaN, the result is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A10.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A10.js index b3d7c7d5cf..738da8b41e 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A10.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A10.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) < 1 and exponent is −∞, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A11.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A11.js index 93443094f8..e42391d2fc 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A11.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A11.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is +∞ and exponent > 0, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A12.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A12.js index 77f08f8eef..b60b61ebc2 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A12.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A12.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is +∞ and exponent < 0, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A13.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A13.js index f1a6f9dff5..3660ba7e88 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A13.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A13.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −∞ and exponent > 0 and exponent is an odd integer, the result is −∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A14.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A14.js index 47052e4a4c..bd54be6853 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A14.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A14.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −∞ and exponent > 0 and exponent is not an odd integer, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A15.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A15.js index d37d7f7a24..6add15c763 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A15.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A15.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −∞ and exponent < 0 and exponent is an odd integer, the result is −0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A16.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A16.js index 34d2d33fb4..d0689f2dac 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A16.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A16.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −∞ and exponent < 0 and exponent is not an odd integer, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A17.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A17.js index 7faf7c21e5..8f9fd674e5 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A17.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A17.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is +0 and exponent > 0, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A18.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A18.js index d2cb216740..7096cc9228 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A18.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A18.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is +0 and exponent < 0, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A19.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A19.js index 29fbd09076..dac6089642 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A19.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A19.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −0 and exponent > 0 and exponent is an odd integer, the result is −0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A2.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A2.js index 2fea956940..dc164bdff3 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A2.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A2.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: > If exponent is +0, the result is 1, even if base is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A20.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A20.js index b07f17cccc..99c7f0cf1b 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A20.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A20.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −0 and exponent > 0 and exponent is not an odd integer, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A21.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A21.js index 8487da3981..f94d049e01 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A21.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A21.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −0 and exponent < 0 and exponent is an odd integer, the result is −∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A22.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A22.js index 1ee77a970a..01b100144f 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A22.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A22.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is −0 and exponent < 0 and exponent is not an odd integer, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A23.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A23.js index cd93496e84..2e36861c2f 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A23.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A23.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base < 0 and base is finite and exponent is finite and exponent is not an integer, the result is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A24.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A24.js index 24277c9690..9592ccd328 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A24.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A24.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: > Checking if Math.pow(argument1, argument2) is approximately equals to its mathematical value on the set of 64 argument1 values and 64 diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A3.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A3.js index 8432a4ddea..fd8631aed9 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A3.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A3.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: > If exponent is −0, the result is 1, even if base is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A4.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A4.js index 43f0e303a3..f9178e29fa 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A4.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A4.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If base is NaN and exponent is nonzero, the result is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A5.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A5.js index d446f0160b..77caf98df2 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A5.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A5.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) > 1 and exponent is +∞, the result is +∞. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A6.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A6.js index ded75c3d37..3d058bdfb8 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A6.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A6.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) > 1 and exponent is −∞, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A7.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A7.js index 6ce24ea7e1..e5ea4c7398 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A7.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A7.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) is 1 and exponent is +∞, the result is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A8.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A8.js index 357f9eb4a2..a240643798 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A8.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A8.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) is 1 and exponent is −∞, the result is NaN. ---*/ diff --git a/test/language/expressions/exponentiation/applying-the-exp-operator_A9.js b/test/language/expressions/exponentiation/applying-the-exp-operator_A9.js index a81d169784..ac48dc2c6e 100644 --- a/test/language/expressions/exponentiation/applying-the-exp-operator_A9.js +++ b/test/language/expressions/exponentiation/applying-the-exp-operator_A9.js @@ -2,7 +2,7 @@ // This code is governed by the BSD license found in the LICENSE file. /*--- -id: sec-applying-the-exp-operator +esid: sec-applying-the-exp-operator description: If abs(base) < 1 and exponent is +∞, the result is +0. ---*/ diff --git a/test/language/expressions/exponentiation/exp-assignment-operator.js b/test/language/expressions/exponentiation/exp-assignment-operator.js index 575fd1fd1d..c0d6d495cd 100644 --- a/test/language/expressions/exponentiation/exp-assignment-operator.js +++ b/test/language/expressions/exponentiation/exp-assignment-operator.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-assignment-operators-runtime-semantics-evaluation +esid: sec-assignment-operators-runtime-semantics-evaluation description: > AssignmentExpression: LeftHandSideExpression AssignmentOperator AssignmentExpression diff --git a/test/language/expressions/exponentiation/exp-operator-evaluation-order.js b/test/language/expressions/exponentiation/exp-operator-evaluation-order.js index ba7a87e8ae..71a1e900b1 100644 --- a/test/language/expressions/exponentiation/exp-operator-evaluation-order.js +++ b/test/language/expressions/exponentiation/exp-operator-evaluation-order.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron, André Bargull -id: sec-exp-operator-runtime-semantics-evaluation +esid: sec-exp-operator-runtime-semantics-evaluation description: > ExponentiationExpression: UpdateExpression ** ExponentiationExpression diff --git a/test/language/expressions/exponentiation/exp-operator-precedence-unary-expression-semantics.js b/test/language/expressions/exponentiation/exp-operator-precedence-unary-expression-semantics.js index 2ae834a996..80be74bcc3 100644 --- a/test/language/expressions/exponentiation/exp-operator-precedence-unary-expression-semantics.js +++ b/test/language/expressions/exponentiation/exp-operator-precedence-unary-expression-semantics.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-precedence-update-expression-semantics.js b/test/language/expressions/exponentiation/exp-operator-precedence-update-expression-semantics.js index 791fb36192..003eb28c26 100644 --- a/test/language/expressions/exponentiation/exp-operator-precedence-update-expression-semantics.js +++ b/test/language/expressions/exponentiation/exp-operator-precedence-update-expression-semantics.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-update-expressions +esid: sec-update-expressions description: > ExponentiationExpression : ... diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-bitnot-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-bitnot-unary-expression-base.js index de2c2c079d..8020984611 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-bitnot-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-bitnot-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-delete-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-delete-unary-expression-base.js index 7767c8dbda..c066243a70 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-delete-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-delete-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-logical-not-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-logical-not-unary-expression-base.js index d4fbeb3f90..cbd1f37ecb 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-logical-not-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-logical-not-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-negate-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-negate-unary-expression-base.js index 37feeb754f..a16d92aac7 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-negate-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-negate-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-plus-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-plus-unary-expression-base.js index 4585e975fb..589281eb29 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-plus-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-plus-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-typeof-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-typeof-unary-expression-base.js index 6c884af88b..ea02439aeb 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-typeof-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-typeof-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator-syntax-error-void-unary-expression-base.js b/test/language/expressions/exponentiation/exp-operator-syntax-error-void-unary-expression-base.js index a362c64f3e..b56bad9dbe 100644 --- a/test/language/expressions/exponentiation/exp-operator-syntax-error-void-unary-expression-base.js +++ b/test/language/expressions/exponentiation/exp-operator-syntax-error-void-unary-expression-base.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-unary-operators +esid: sec-unary-operators description: > ExponentiationExpression : UnaryExpression diff --git a/test/language/expressions/exponentiation/exp-operator.js b/test/language/expressions/exponentiation/exp-operator.js index c3b92c6116..7b46edcac9 100644 --- a/test/language/expressions/exponentiation/exp-operator.js +++ b/test/language/expressions/exponentiation/exp-operator.js @@ -3,7 +3,7 @@ /*--- author: Rick Waldron -id: sec-exp-operator +esid: sec-exp-operator description: > Performs exponential calculation on operands. Same algorithm as %MathPow%(base, exponent) ---*/ -- GitLab