mirror of
https://github.com/github/codeql.git
synced 2026-03-30 20:28:15 +02:00
Fix syntax error with '=' in format specifier
This commit is contained in:
@@ -7,4 +7,4 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
- Using `=` as a fill character in a format specifier (e.g `f"{x:=^20}"`) now no longer results in a syntax error during parsing.
|
||||
- Using `=` as a fill character in a format specifier (e.g. `f"{x:=^20}"`) now no longer results in a syntax error during parsing.
|
||||
|
||||
Reference in New Issue
Block a user