summaryrefslogtreecommitdiff
path: root/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js')
-rw-r--r--test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js b/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js
index ad34351da..b9a08ea9e 100644
--- a/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js
+++ b/test/suite/ch15/15.1/15.1.3/15.1.3.1/S15.1.3.1_A2.2_T1.js
@@ -25,7 +25,9 @@ for (var indexB1 = 0x00; indexB1 <= 0x7F; indexB1++) {
}
if (hex === "#") continue l;
if (decodeURI("%" + hexB1.substring(2)) === hex) continue;
- } catch (e) {}
+ } catch (e) {
+ if (e instanceof Test262Error) throw e;
+ }
if (indexO === 0) {
indexO = index;
} else {