michael@0: function f0(i) { michael@0: switch(i) { michael@0: case "a": michael@0: case { TITLE: false, VERSION: false }('test') michael@0: : michael@0: } michael@0: } michael@0: try { new TestCase(SECTION, 'switch statement', f0("a"), "ab*"); } catch (e) {}