You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
alysbrooks
changed the title
extension works a
Extension doesn't handle some atypical files
Aug 16, 2021
I was writing tests for
extension
and found some edge cases I'm not sure are 100% correct.Here they are in test form:
The text was updated successfully, but these errors were encountered: