Skip to content
GitLab
Explore
Sign in
Python: add bytes literals
Code
Review changes
Check out branch
Download
Patches
Plain diff
jonathan poelen
requested to merge
jpoelen/syntax-highlighting:py
into
master
Jun 23, 2021
Overview
1
Commits
1
Pipelines
0
Changes
6
Expand
b'' (B-String) and rb''/br'' (Raw B-String)
remove ru string prefix (does not exist)
\ at the end of the string like String Char
fix " and ' with """...""" and '''...''' (error introduced by the previous commit)
Merge request reports