Skip to content

Fix JUnit 4 quickstart full-class codeinclude#11772

Open
singhvishalkr wants to merge 1 commit intotestcontainers:mainfrom
singhvishalkr:fix-junit4-quickstart-codeinclude
Open

Fix JUnit 4 quickstart full-class codeinclude#11772
singhvishalkr wants to merge 1 commit intotestcontainers:mainfrom
singhvishalkr:fix-junit4-quickstart-codeinclude

Conversation

@singhvishalkr
Copy link
Copy Markdown

Fixes #1415.

What is the purpose of your change

Section 4 on the JUnit 4 quickstart page showed broken codeinclude output (readers saw macro-related text instead of the full example class).

How does it work

The full-class snippet now matches the JUnit 5 quickstart: inside_block:class plus // class { … // } markers around the sample in RedisBackedCacheIntTest.java, which is the pattern already documented in docs/contributing_docs.md for grabbing a whole class without relying on fragile �lock: matching.

Made with Cursor

@singhvishalkr singhvishalkr requested a review from a team as a code owner May 8, 2026 13:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Rendered JUnit 4 quickstart documentation page contains inside_block

1 participant