From cb66ad5cc1f1545eafa6db5507264915e5b1c2ad Mon Sep 17 00:00:00 2001 From: deepalak56 Date: Sun, 10 May 2026 18:02:43 +0530 Subject: [PATCH] Fix MDX syntax in test-encyclopedia.mdx This PR fixes the MDX syntax in `docs/reference/test-encyclopedia.mdx` by escaping the bare braces in the heading ID, which would otherwise break the React-based MDX parser. --- docs/reference/test-encyclopedia.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/test-encyclopedia.mdx b/docs/reference/test-encyclopedia.mdx index 6b14da18edeb23..1d9d443f5905af 100644 --- a/docs/reference/test-encyclopedia.mdx +++ b/docs/reference/test-encyclopedia.mdx @@ -738,7 +738,7 @@ behavior and their toolchains will take precedence over the default ones. Test rule authors can define their own test toolchain type and also register a default toolchain for it. -## Integration Testing {#integration-testing} +## Integration Testing \{#integration-testing\} Bazel now supports a new `test_feature()` for integration tests. This allows for more robust testing of complex systems.