Skip to content

pycon lexer still reorders input #2411

@jeanas

Description

@jeanas

Unfortunately, even after fe42aac and #2410, PythonConsoleLexer still reorders some inputs. For example, this:

>>> unterminated_traceback()
Traceback (most recent call last):
>>> 

is rendered as

>>> unterminated_traceback()
>>> 
Traceback (most recent call last):

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions