Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension doesn't handle some atypical files #1

Open
alysbrooks opened this issue Aug 16, 2021 · 0 comments
Open

Extension doesn't handle some atypical files #1

alysbrooks opened this issue Aug 16, 2021 · 0 comments

Comments

@alysbrooks
Copy link
Member

I was writing tests for extension and found some edge cases I'm not sure are 100% correct.

Here they are in test form:

(testing "less-typical files"
    (is (= (s/extension ".gitignore") "gitignore")) ;maybe should list no extension?
    (is (= (s/extension "test") "test")))) ; should list no extension
@alysbrooks alysbrooks changed the title extension works a Extension doesn't handle some atypical files Aug 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant