Skip to content

Commit b801474

Browse files
author
Matthias Koeppe
committed
src/sage/doctest/parsing.py: Highlight keywords from relint
1 parent 30e7dae commit b801474

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sage/doctest/parsing.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -442,9 +442,9 @@ def update_optional_tags(line, tags=None, *, add_tags=None, remove_tags=None, fo
442442
....: force_rewrite=True),
443443
....: update_optional_tags(' sage: also_already_aligned() # ne' 'eds scipy',
444444
....: force_rewrite='standard'),
445-
....: update_optional_tags(' sage: two_columns_first_preserved() # long time # ne' 'eds scipy',
445+
....: update_optional_tags(' sage: two_columns_first_preserved() # lo' 'ng time # ne' 'eds scipy',
446446
....: force_rewrite='standard'),
447-
....: update_optional_tags(' sage: two_columns_first_preserved() # long time # ne' 'eds scipy',
447+
....: update_optional_tags(' sage: two_columns_first_preserved() # lo' 'ng time # ne' 'eds scipy',
448448
....: force_rewrite='standard'),
449449
....: ])
450450
| V V V V V V v v v v

0 commit comments

Comments
 (0)