Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff tests/test_algpseudo.py @ 64:05c53e431c88
Simplify case-handling for "BLOCK" and "REMARK"
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Apr 2026 12:40:02 +0200 |
| parents | 7153e945a3d6 |
| children | 9ba1584d4b4a |
line wrap: on
line diff
--- a/tests/test_algpseudo.py Tue Apr 28 10:10:04 2026 +0200 +++ b/tests/test_algpseudo.py Tue Apr 28 12:40:02 2026 +0200 @@ -274,14 +274,10 @@ ("Comment.Single", "▷"), ("Comment.Single", " the remark 2"), ("Text.Whitespace", "\n"), - ("Comment.Single", "▷"), - ("Comment.Single", " the remark 3"), - ("Text.Whitespace", "\n"), ], pygments.lex( - """\\REMARK the remark 1 + """\\remArk the remark 1 \\Rem the remark 2 -\\r the remark 3 """, self.lexer))
