Skip to content

Commit

Permalink
test strict filename suffix matching
Browse files Browse the repository at this point in the history
  • Loading branch information
laniakea64 committed Feb 6, 2024
1 parent 181b77c commit 003aad1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions tests/cases/ftdetect.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,22 @@
"filename": "*.*just",
"not_justfile": true
},
{
"filename": "justfile*",
"not_justfile": true
},
{
"filename": ".justfile*",
"not_justfile": true
},
{
"filename": "*.justfile*",
"not_justfile": true
},
{
"filename": "*.justnot*",
"not_justfile": true
},
{
"content": "#!/usr/bin/env -S just -f\n"
},
Expand Down

0 comments on commit 003aad1

Please sign in to comment.