Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
diff tests/test_algpseudo.py @ 72:206017a08ed7
Refactor: Make the "op_space()" and related methods more flexible and allow a given fixed token type and value
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 28 Apr 2026 19:14:17 +0200 |
| parents | 5517b0be67f0 |
| children | c1357674622d |
line wrap: on
line diff
--- a/tests/test_algpseudo.py Tue Apr 28 19:03:10 2026 +0200 +++ b/tests/test_algpseudo.py Tue Apr 28 19:14:17 2026 +0200 @@ -309,7 +309,7 @@ [("Name.Entity", "a"), ("Text", " "), ("Text", "multiplied by {escaped"), - ("Text", "\\}"), + ("Text", "}"), ("Text", " "), ("Text", " "), ("Name.Entity", "b"),
