mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-14 21:01:13 +00:00
Corrected indentation
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user