File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
typed-racket-lib/typed-racket/base-env
typed-racket-test/unit-tests Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 28892889[simple-form-path (-Pathlike . -> . -Path)]
28902890[normalize-path (cl->* (-Pathlike [-Pathlike] . ->opt . -Path))]
28912891[path-get-extension (-SomeSystemPathlike . -> . (-opt -Bytes))]
2892- [path-has-extension? (-SomeSystemPathlike (Un -String -Bytes) . -> . (-opt -Bytes) )]
2892+ [path-has-extension? (-SomeSystemPathlike (Un -String -Bytes) . -> . B )]
28932893[filename-extension (-SomeSystemPathlike . -> . (-opt -Bytes))]
28942894[file-name-from-path (-Pathlike . -> . (-opt -Path))]
28952895[path-only (-SomeSystemPathlike . -> . (-opt -Path))]
Original file line number Diff line number Diff line change 16321632
16331633 (tc-e (resolve-path "foo " ) -Path)
16341634 (tc-e (expand-user-path "foo " ) -Path)
1635+ (tc-e (path-has-extension? "a.git " ".git " ) -Boolean)
16351636
16361637 ;;String Tests
16371638 (tc-e (string? "a " ) #:ret (tc-ret -Boolean -true-propset))
You can’t perform that action at this time.
0 commit comments