| // Copyright 2009 the Sputnik authors. All rights reserved. |
| // This code is governed by the BSD license found in the LICENSE file. |
| info: Sanity test for "catch(Indetifier) statement" |
| description: Checking if deleting an exception fails |
| $ERROR('#1.1: throw "catchme" lead to throwing exception'); |
| $ERROR('#1.2: Exception has DontDelete property'); |
| $ERROR('#1.3: Exception === "catchme". Actual: Exception ==='+ e ); |
| $ERROR('#2.1: throw "catchme" lead to throwing exception'); |
| $ERROR('#2.2: Deleting catching exception after ending "catch" block'); |