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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue