-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files/IncludingFile: allow for more path-returning functions
As per the thread in 740, these functions all return the full path to a file, so these should all be fine. As things were, use of these in an `include`/`require` statement would throw an unjustified "Absolute include path must be used" warning. Includes a few extra tests, though I didn't think it would be necessary to have tests with each of these functions. Fixes 740
- Loading branch information
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters