Changeset ca9d65e for tests/exceptions
- Timestamp:
- Dec 14, 2023, 9:05:55 PM (13 months ago)
- Branches:
- master
- Children:
- 19a2890
- Parents:
- 21ad568
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/exceptions/.expect/try-ctrl-flow.txt
r21ad568 rca9d65e 1 exceptions/try-ctrl-flow.cfa:7:1 error: 'break' outside a loop, 'switch', or labelled block2 exceptions/try-ctrl-flow.cfa:15:1 error: 'break' outside a loop, 'switch', or labelled block3 exceptions/try-ctrl-flow.cfa:23:1 error: 'break' outside a loop, 'switch', or labelled block4 exceptions/try-ctrl-flow.cfa:31:1 error: 'continue'target must be an enclosing loop:5 exceptions/try-ctrl-flow.cfa:48:1 error: 'break'target must be an enclosing control structure: mainLoop6 exceptions/try-ctrl-flow.cfa:56:1 error: 'continue'target must be an enclosing loop: mainLoop7 exceptions/try-ctrl-flow.cfa:65:1 error: 'break' outside a loop, 'switch', or labelled block8 exceptions/try-ctrl-flow.cfa:76:1 error: 'break' outside a loop, 'switch', or labelled block9 exceptions/try-ctrl-flow.cfa:87:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'10 exceptions/try-ctrl-flow.cfa:98:1 error: 'break'target must be an enclosing control structure: mainBlock11 exceptions/try-ctrl-flow.cfa:111:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'12 exceptions/try-ctrl-flow.cfa:124:1 error: 'fallthrough' must be enclosed in a 'switch' or 'choose'13 exceptions/try-ctrl-flow.cfa:133:1 error: 'return'may not appear in a finally clause14 exceptions/try-ctrl-flow.cfa:139:1 error: 'return'may not appear in a finally clause15 exceptions/try-ctrl-flow.cfa:148:1 error: 'break' outside a loop, 'switch', or labelled block16 exceptions/try-ctrl-flow.cfa:159:1 error: 'return'may not appear in a try statement with a catch clause17 exceptions/try-ctrl-flow.cfa:187:1 error: 'return'may not appear in a catch clause18 exceptions/try-ctrl-flow.cfa:195:1 error: 'return'may not appear in a catchResume clause1 exceptions/try-ctrl-flow.cfa:7:1 error: "break" outside a loop, "switch", or labelled block 2 exceptions/try-ctrl-flow.cfa:15:1 error: "break" outside a loop, "switch", or labelled block 3 exceptions/try-ctrl-flow.cfa:23:1 error: "break" outside a loop, "switch", or labelled block 4 exceptions/try-ctrl-flow.cfa:31:1 error: "continue" target must be an enclosing loop: 5 exceptions/try-ctrl-flow.cfa:48:1 error: "break" target must be an enclosing control structure: mainLoop 6 exceptions/try-ctrl-flow.cfa:56:1 error: "continue" target must be an enclosing loop: mainLoop 7 exceptions/try-ctrl-flow.cfa:65:1 error: "break" outside a loop, "switch", or labelled block 8 exceptions/try-ctrl-flow.cfa:76:1 error: "break" outside a loop, "switch", or labelled block 9 exceptions/try-ctrl-flow.cfa:87:1 error: "fallthrough" must be enclosed in a "switch" or "choose" 10 exceptions/try-ctrl-flow.cfa:98:1 error: "break" target must be an enclosing control structure: mainBlock 11 exceptions/try-ctrl-flow.cfa:111:1 error: "fallthrough" must be enclosed in a "switch" or "choose" 12 exceptions/try-ctrl-flow.cfa:124:1 error: "fallthrough" must be enclosed in a "switch" or "choose" 13 exceptions/try-ctrl-flow.cfa:133:1 error: "return" may not appear in a finally clause 14 exceptions/try-ctrl-flow.cfa:139:1 error: "return" may not appear in a finally clause 15 exceptions/try-ctrl-flow.cfa:148:1 error: "break" outside a loop, "switch", or labelled block 16 exceptions/try-ctrl-flow.cfa:159:1 error: "return" may not appear in a try statement with a catch clause 17 exceptions/try-ctrl-flow.cfa:187:1 error: "return" may not appear in a catch clause 18 exceptions/try-ctrl-flow.cfa:195:1 error: "return" may not appear in a catchResume clause
Note: See TracChangeset
for help on using the changeset viewer.