Merge pull request #26392 from rallytime/bp-26376

Back-port #26376 to 2015.5
This commit is contained in:
Justin Findlay 2015-08-17 13:39:51 -06:00
commit eb373e5904

View File

@ -272,7 +272,7 @@ class SerializerExtension(Extension, object):
{%- set json_src = "{'bar': 'for real'}"|load_json %}
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
will be rendered has::
will be rendered as::
Dude, it works for real!
@ -298,7 +298,7 @@ class SerializerExtension(Extension, object):
{% endload %}
Dude, {{ yaml_src.foo }} {{ json_src.bar }}!
will be rendered has::
will be rendered as::
Dude, it works for real!