https://bugs.kde.org/show_bug.cgi?id=440089

Christoph Cullmann <christ...@cullmann.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/syntax-highlighting/
                   |                            |commit/332a63e860f90544bc83
                   |                            |dca69e851170b1f8d464
             Status|ASSIGNED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Christoph Cullmann <christ...@cullmann.io> ---
Git commit 332a63e860f90544bc83dca69e851170b1f8d464 by Christoph Cullmann, on
behalf of Jan Paul Batrina.
Committed on 25/07/2021 at 19:03.
Pushed by cullmann into branch 'master'.

Python: Fix single quote bytes literals (b"")

In the bytes literal regexes, \x27 (') was excluded
instead of \x22 ("), which made the literal unable
to terminate.

New tests were added to test this case.

M  +2    -0    autotests/folding/test.py.fold
M  +2    -0    autotests/html/test.py.dark.html
M  +2    -0    autotests/html/test.py.html
M  +2    -0    autotests/input/test.py
M  +2    -0    autotests/reference/test.py.ref
M  +3    -3    data/syntax/python.xml

https://invent.kde.org/frameworks/syntax-highlighting/commit/332a63e860f90544bc83dca69e851170b1f8d464

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to