summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/try_finally_loops.py
Commit message (Collapse)AuthorAge
* tests/basics: Add more tests for unwind jumps from within a try-finally.Damien George2017-05-25
| | | | These tests excercise cases that are fixed by the previous two commits.
* tests/basics: Add test for break from within try within a for-loop.Damien George2016-08-15
|
* tests: Rename test scripts, changing - to _ for consistency.Damien George2014-07-05
From now on, all new tests must use underscore. Addresses issue #727.