mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 01:18:58 +00:00
Merge pull request #26392 from rallytime/bp-26376
Back-port #26376 to 2015.5
This commit is contained in:
commit
eb373e5904
@ -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!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user