Corrected indentation

pull/9224/head
Dave Rawks 11 years ago
parent c070ab69f7
commit 5f54b57b6d

@ -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…
Cancel
Save