Skip to content

docs(cli): fix wrong file path for Java bindings test#5117

Merged
ObserverOfTime merged 1 commit intotree-sitter:masterfrom
Marcono1234:patch-1
Dec 10, 2025
Merged

docs(cli): fix wrong file path for Java bindings test#5117
ObserverOfTime merged 1 commit intotree-sitter:masterfrom
Marcono1234:patch-1

Conversation

@Marcono1234
Copy link
Contributor

Follow-up for #4681

The test is currently generated in the default (= unnamed) package, see

missing_path(path.join("test"), create_dir)?.apply(|path| {
missing_path(path.join(format!("{class_name}Test.java")), |path| {
generate_file(path, TEST_JAVA_TEMPLATE, language_name, &generate_opts)
})?;
Ok(())
})?;

The test is currently generated in the default (= unnamed) package.
@ObserverOfTime ObserverOfTime merged commit 3bd44af into tree-sitter:master Dec 10, 2025
@Marcono1234 Marcono1234 deleted the patch-1 branch December 10, 2025 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants