summary refs log tree commit diff stats
path: root/tests/macros/tquotewords.nim
Commit message (Collapse)AuthorAgeFilesLines
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-4/+1
|
* Fixes #5167 and related problems (#5475)zah2017-03-121-1/+1
| | | | | | | | | This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day.
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* better testerAraq2014-01-171-0/+26