tests: Add invalid "control-flow" tests to increase coverage
commit04abfbc6788e1bffab2b27dd0fff652154936dda
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 10:08:25 +0000 (5 11:08 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 5 Feb 2018 11:39:30 +0000 (5 12:39 +0100)
tree75d807f09978f660f8ea4a876b6cbe21c402c0d3
parente4825bea27dd071fd2755bf07d816708e91317d6
tests: Add invalid "control-flow" tests to increase coverage
tests/Makefile.am
tests/control-flow/break-invalid.test [new file with mode: 0644]
tests/control-flow/continue-invalid.test [new file with mode: 0644]
tests/control-flow/double-catch.test [new file with mode: 0644]
tests/control-flow/finally-return.test [new file with mode: 0644]
tests/control-flow/missing-break.test [new file with mode: 0644]
tests/control-flow/missing-return.test [new file with mode: 0644]
tests/control-flow/unassigned-local-block-variable.test [new file with mode: 0644]
tests/control-flow/unassigned-local-variable.test [new file with mode: 0644]