summary refs log tree commit diff stats
path: root/tests/parser/t15667.nim
Commit message (Collapse)AuthorAgeFilesLines
* 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