mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Corrected indentation
This commit is contained in:
parent
c070ab69f7
commit
5f54b57b6d
1 changed files with 2 additions and 2 deletions
|
@ -687,8 +687,8 @@ class TestUtils(unittest.TestCase):
|
|||
)
|
||||
|
||||
# invalid quote detection
|
||||
self.assertRaises(Exception, split_args, 'hey I started a quote"')
|
||||
self.assertRaises(Exception, split_args, 'hey I started a\' quote')
|
||||
self.assertRaises(Exception, split_args, 'hey I started a quote"')
|
||||
self.assertRaises(Exception, split_args, 'hey I started a\' quote')
|
||||
|
||||
# jinja2 loop blocks with lots of complexity
|
||||
_test_combo(
|
||||
|
|
Loading…
Reference in a new issue