- Timestamp:
- Jul 18, 2024, 9:58:21 PM (8 months ago)
- Branches:
- master
- Children:
- d68a3f7, e3260aa1
- Parents:
- cd1d721 (diff), f107afe (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- tests
- Files:
-
- 5 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/exceptions/.expect/try-ctrl-flow.txt ¶
rcd1d721 re6128959 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:1 exceptions/try-ctrl-flow.cfa:7:1 error: "break" outside a loop or "switch" 2 exceptions/try-ctrl-flow.cfa:15:1 error: "break" outside a loop or "switch" 3 exceptions/try-ctrl-flow.cfa:23:1 error: "break" outside a loop or "switch" 4 exceptions/try-ctrl-flow.cfa:31:1 error: "continue" outside a loop 5 5 exceptions/try-ctrl-flow.cfa:48:1 error: "break" target must be an enclosing control structure: mainLoop 6 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 block8 exceptions/try-ctrl-flow.cfa:76:1 error: "break" outside a loop , "switch", or labelled block7 exceptions/try-ctrl-flow.cfa:65:1 error: "break" outside a loop or "switch" 8 exceptions/try-ctrl-flow.cfa:76:1 error: "break" outside a loop or "switch" 9 9 exceptions/try-ctrl-flow.cfa:87:1 error: "fallthrough" must be enclosed in a "switch" or "choose" 10 10 exceptions/try-ctrl-flow.cfa:98:1 error: "break" target must be an enclosing control structure: mainBlock … … 13 13 exceptions/try-ctrl-flow.cfa:133:1 error: "return" may not appear in a finally clause 14 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 block15 exceptions/try-ctrl-flow.cfa:148:1 error: "break" outside a loop or "switch" 16 16 exceptions/try-ctrl-flow.cfa:159:1 error: "return" may not appear in a try statement with a catch clause 17 17 exceptions/try-ctrl-flow.cfa:187:1 error: "return" may not appear in a catchResume clause
Note: See TracChangeset
for help on using the changeset viewer.