Skip to content

Conversation

rmuir
Copy link
Owner

@rmuir rmuir commented Jul 16, 2025

The multiline block comment end (*/) will match extras rule if it begins on its own line: it must be optional for correct parsing of javadocs such as:

/** some text
  * @blocktag */

The bug does not impact highlighting nor node structure but is the most frequent parsing bug found in corpora testing.

The multiline block comment end (`*/`) will match extras rule if it
begins on its own line: it must be optional for correct parsing of
javadocs such as:

```
/** some text
  * @Blocktag */
```

The bug does not impact highlighting nor node structure but is the most
frequent parsing bug found in corpora testing.
Copy link

This PR changes the parse results across corpora. Please review 'Diff parse trees' from the 'Diff corpora' job.

@rmuir rmuir merged commit fd61700 into main Jul 16, 2025
15 checks passed
@rmuir rmuir deleted the fix-multiline-end-optional branch July 16, 2025 12:52
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.

1 participant