summary refs log tree commit diff stats
path: root/tests/exception/texceptionbreak.nim
Commit message (Collapse)AuthorAgeFilesLines
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-241-4/+4
| | | | | | | | | | | | | | | | | | | | | * unnamed break in the block now gives an error * bootstrap * fixes * more fixes * break with label * label again * one moee * Delete test5.txt * it now gives a UnnamedBreak warning * change the URL of bump back to the original one
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* fixes #1888Araq2015-04-271-10/+10
|
* Fixed issue 391 (nested break in except-stmts)Audun Wilhelmsen2014-02-161-0/+45