Merge pull request #751 from rgrinberg/is-in-build-dir-weird-behavior

Path.is_in_build_dir test
This commit is contained in:
Rudi Grinberg 2018-05-14 17:01:06 +07:00 committed by GitHub
commit 19825ae012
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -279,3 +279,8 @@ Path.drop_build_context Path.build_dir
[%%expect{|
- : Stdune.Path.t option = None
|}]
Path.is_in_build_dir Path.build_dir
[%%expect{|
- : bool = false
|}]