mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-18 20:41:22 +07:00
Fix for unicode escapes: use getText() instead of getStringValue()
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
s = <warning descr="Format specifier character missing">u"\N{LATIN SMALL LETTER B}%s\N{NUMBER SIGN}\
|
||||
%\N{LATIN SMALL <caret>LETTER B}"</warning> % ("a", "b")
|
||||
@@ -0,0 +1,2 @@
|
||||
s = u"\N{LATIN SMALL LETTER B}%s\N{NUMBER SIGN}\
|
||||
%s\N{LATIN SMALL LETTER B}" % ("a", "b")
|
||||
Reference in New Issue
Block a user