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
|
|
@ -15,10 +15,10 @@ if test3("hello") != u"hello-suffix":
|
|||
if test4("hello") != u"hello-suffix":
|
||||
raise RuntimeError
|
||||
|
||||
if test5(4) != u'xxxx':
|
||||
if test5(4) != u"xxxx":
|
||||
raise RuntimeError
|
||||
|
||||
if test6(10) != u'xxxxx':
|
||||
if test6(10) != u"xxxxx":
|
||||
raise RuntimeError
|
||||
|
||||
if test7() != u"Hello world!":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue