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
|
|
@ -33,7 +33,7 @@ if ref_double(3.5) != 3.5:
|
|||
if ref_bool(True) != True:
|
||||
raise RuntimeError
|
||||
|
||||
if ref_char('x') != 'x':
|
||||
if ref_char("x") != "x":
|
||||
raise RuntimeError
|
||||
|
||||
if ref_over(0) != 0:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue