summary refs log tree commit diff stats
path: root/tests/parser/tinvcolonlocation1.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+1
|
* make tests green againAraq2018-05-141-2/+2
|
* Parser: Test for exact missing ':' location columnAdam Strzelecki2015-04-211-0/+12
This ensures compiler points to the right place when claiming that ':' is missing.