summaryrefslogtreecommitdiff
path: root/tests/front-end/subdir
AgeCommit message (Collapse)Author
2017-06-27Allow "dotted" import pathsTim Foley
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 `.`)