summary refs log tree commit diff stats
path: root/tests/dir with space/more spaces
Commit message (Collapse)AuthorAgeFilesLines
* fixes #10042 (allow spaces in import) (#10504)Miran2019-01-311-0/+1
This allows spaces in imports, by using the following syntax: * `import "directory with spaces" / subdir / file`, or * `import "directory with spaces/subdir/file"`