Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #10042 (allow spaces in import) (#10504) | Miran | 2019-01-31 | 2 | -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 executed | Arne Döring | 2018-11-23 | 1 | -1/+4 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | proper 'space in dir' test | Araq | 2015-01-27 | 1 | -0/+3 |