fix string concats left over by black
This commit is contained in:
parent
3db4697959
commit
53c893b646
10 changed files with 17 additions and 18 deletions
|
|
@ -46,7 +46,7 @@ def test_request_less_rendering(app, app_ctx):
|
|||
def context_processor():
|
||||
return dict(foo=42)
|
||||
|
||||
rv = flask.render_template_string("Hello {{ config.WORLD_NAME }} " "{{ foo }}")
|
||||
rv = flask.render_template_string("Hello {{ config.WORLD_NAME }} {{ foo }}")
|
||||
assert rv == "Hello Special World 42"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue