# HG changeset patch # User Franz Glasner # Date 1778676930 -7200 # Node ID 4e4c83a873871aca73ff25df064cb74cc9ffd80d # Parent c80b430fdc0f648524a9387ae70eea2131802287 Change the error token filter examples: use a non-existing command diff -r c80b430fdc0f -r 4e4c83a87387 docs/filters.rst --- a/docs/filters.rst Wed May 13 14:35:43 2026 +0200 +++ b/docs/filters.rst Wed May 13 14:55:30 2026 +0200 @@ -21,14 +21,14 @@ .. code-block:: none - \EXPR{TEST} + \nonexisting{TEST} With a custom AlgPseudocode lexer that has ``prohibit_raiseonerror_filter`` activated the output in `Sphinx`_ is as: .. code-block:: no-raiseonerror-algpseudocode - \EXPR{TEST} + \nonexisting{TEST} With the "errortogenericerror" filter the very same block is highlighted @@ -36,7 +36,7 @@ .. code-block:: genericerror-algpseudocode - \EXPR{TEST} + \nonexisting{TEST} ErrorToGenericErrorTokenFilter