-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
F: commentsThe syntactic kind. Not in the language grammar, always on our minds. Best bugs.The syntactic kind. Not in the language grammar, always on our minds. Best bugs.F: fmtofffmt: off implementationfmt: off implementationT: bugSomething isn't workingSomething isn't working
Description
This code:
# fmt: off
#nospace
# twospaces
# fmt: onis changed to:
# fmt: off
# nospace
# twospaces
# fmt: onI expected the lines betwen # fmt: off and # fmt: on to remain unchanged.
- Version: master (19.10b1.dev22+gbe49ac7)
- OS: Ubuntu Linux
- Python: 3.6.9
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
F: commentsThe syntactic kind. Not in the language grammar, always on our minds. Best bugs.The syntactic kind. Not in the language grammar, always on our minds. Best bugs.F: fmtofffmt: off implementationfmt: off implementationT: bugSomething isn't workingSomething isn't working