Unescape quotation marks where possible

This commit is contained in:
Adam Turner
2023-02-18 01:19:49 +00:00
parent 13442f6901
commit 6c56988979
15 changed files with 19 additions and 19 deletions

View File

@@ -122,7 +122,7 @@ def test_quickstart_all_answers(tempdir):
'Separate source and build': 'y',
'Name prefix for templates': '.',
'Project name': 'STASI™',
'Author name': 'Wolfgang Schäuble & G\'Beckstein',
'Author name': "Wolfgang Schäuble & G'Beckstein",
'Project version': '2.0',
'Project release': '2.0.1',
'Project language': 'de',
@@ -158,7 +158,7 @@ def test_quickstart_all_answers(tempdir):
assert ns['source_suffix'] == '.txt'
assert ns['root_doc'] == 'contents'
assert ns['project'] == 'STASI™'
assert ns['copyright'] == '%s, Wolfgang Schäuble & G\'Beckstein' % \
assert ns['copyright'] == "%s, Wolfgang Schäuble & G'Beckstein" % \
time.strftime('%Y')
assert ns['version'] == '2.0'
assert ns['release'] == '2.0.1'