From 928394bf2b68a6916b29550011ff21bb9dd00d93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Mon, 8 Jan 2024 15:13:04 +0100 Subject: [PATCH] testing_highlighting.md: remove mention of unsupported `bundleMsg` --- topics/basics/testing_plugins/testing_highlighting.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/topics/basics/testing_plugins/testing_highlighting.md b/topics/basics/testing_plugins/testing_highlighting.md index ea4c1572f..ac0e8ef60 100644 --- a/topics/basics/testing_plugins/testing_highlighting.md +++ b/topics/basics/testing_plugins/testing_highlighting.md @@ -1,4 +1,4 @@ - + # Testing Highlighting @@ -76,8 +76,7 @@ The following severities are supported: The tag can also have the following optional attributes. **Message** -* `descr` expected (hardcoded) message associated with the highlighter (if not specified, any text will match). If the message contains a quotation mark, it can be escaped by putting two backslash characters before it. -* `bundleMsg` expected message from a message bundle in format `[bundleName#] bundleKey [|argument]...` +* `descr` expected message associated with the highlighter (if not specified, any text will match). If the message contains a quotation mark, it can be escaped by putting two backslash characters before it. * `tooltip` expected tooltip message **Visual**