summary refs log tree commit diff stats
path: root/tests/dir with space
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10042 (allow spaces in import) (#10504)Miran2019-01-312-0/+5
| | | | | This allows spaces in imports, by using the following syntax: * `import "directory with spaces" / subdir / file`, or * `import "directory with spaces/subdir/file"`
* updated tests to be executedArne Döring2018-11-231-1/+4
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* proper 'space in dir' testAraq2015-01-271-0/+3