summary refs log tree commit diff stats
path: root/tests/parser/t15667.nim
Commit message (Collapse)AuthorAgeFilesLines
* Small parser loop fix (#17904)Clyybber2021-04-301-1/+4
| | | | * Fix loop on error with nim check in semiStmtList * Add test
* refs #15667 improve invalid indentation errors, report when & where `=` ↵Timothee Cour2021-04-101-0/+58
could be missing (#16397) * refs #15667 improve invalid indentation errors * also show line info where = is missing * add test * add more tests