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
a> 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172