summaryrefslogtreecommitdiff
path: root/test/files/run/t6394a.check
Commit message (Collapse)AuthorAgeFilesLines
* A couple CRLF normalization stragglers.Paul Phillips2012-09-211-1/+1
| | | | | | Now sorely needed since files with CRLF endings but an LF attribute which are checked into the repo will aggressively cause dirty git status on unix.
* SI-6394 fixes macros.Context.enclosingClassEugene Burmako2012-09-191-0/+1
Previously I used typer.context.enclClass, but it seems to do something completely unexpected, so I switched to manual context traversal.