Merge pull request #21405 from owen-mc/java/consistent-inline-expectation-tests

Inline expectation tests should always have space before and after `$`
This commit is contained in:
Owen Mansel-Chan
2026-03-05 11:27:37 +00:00
committed by GitHub
297 changed files with 5490 additions and 5458 deletions

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* Inline expectations test comments, which are of the form `// $ tag` or `// $ tag=value`, are now parsed more strictly and will not be recognized if there isn't a space after the `$` symbol.