Test-suite: Unify string quoting in the Python sources
This commit is contained in:
parent
c4ad3480bd
commit
fa5f519bf9
23 changed files with 146 additions and 146 deletions
|
|
@ -19,7 +19,7 @@ if li_std_string_extra.test_const_reference(x) != x:
|
|||
|
||||
s = li_std_string_extra.string("he")
|
||||
#s += "ll"
|
||||
# s.append('o')
|
||||
# s.append("o")
|
||||
s = s + "llo"
|
||||
|
||||
if s != x:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue