-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
testRelated to testsRelated to tests
Description
Problem
nesting folders in a test/tags causes a panic that language not found for a path
Steps to reproduce
- clone kylegoetz/tree-sitter-unison
- create a test/tags/foo
- run tree-sitter test
- observe panic
- rename directory
footofoo.u - run tree-sitter test
- observe no panic
So something about the tag tests expect paths to have names that end in the file extension of an available language
Expected behavior
I expect paths to not have to have a mock file extension matching an available grammar language
Tree-sitter version (tree-sitter --version)
0.24.3
Operating system/version
macos 15
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testRelated to testsRelated to tests