mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fixing unittests based on previous patch for splitting
This commit is contained in:
parent
3714c0742f
commit
8f694c7588
1 changed files with 1 additions and 2 deletions
|
@ -704,8 +704,7 @@ class TestUtils(unittest.TestCase):
|
|||
_test_combo(
|
||||
# in memory of neighbors cat
|
||||
'a {% if x %} y {%else %} {{meow}} {% endif %} cookiechip\ndone',
|
||||
# turning \n into a split point here seems a little off. We'll see if other tests care.
|
||||
['a', '{% if x %}', 'y', '{%else %}', '{{meow}}', '{% endif %}', 'cookiechip', 'done']
|
||||
['a', '{% if x %}', 'y', '{%else %}', '{{meow}}', '{% endif %}', 'cookiechip\ndone']
|
||||
)
|
||||
|
||||
# invalid jinja2 nesting detection
|
||||
|
|
Loading…
Reference in a new issue