summaryrefslogtreecommitdiffstats
path: root/tests/front-end/import-subdir.slang
Commit message (Collapse)AuthorAge
* Allow "dotted" import pathsTim Foley2017-06-27
The code: __import foo.bar; will try to import from a file matching "foo/bar.slang". I also went ahead and allowed a raw string literal in and import: __import "foo/bar"; (In the latter case, an explicit `/` must be used instead of `.`)