mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:36:22 -04:00
docs(cli): fix wrong file path for Java bindings test
The test is currently generated in the default (= unnamed) package.
This commit is contained in:
parent
8b8199775f
commit
3bd44afcaa
|
|
@ -157,7 +157,7 @@ if you have one.
|
|||
|
||||
- `pom.xml` - This file is the manifest of the Maven package.
|
||||
- `bindings/java/main/namespace/language/TreeSitterLanguage.java` - This file wraps your language in a Java class.
|
||||
- `bindings/java/test/namespace/language/TreeSitterLanguageTest.java` - This file contains a test for the Java package.
|
||||
- `bindings/java/test/TreeSitterLanguageTest.java` - This file contains a test for the Java package.
|
||||
|
||||
### Python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue