Corrected indentation

This commit is contained in:
Dave Rawks 2014-09-30 13:37:47 -07:00
parent c070ab69f7
commit 5f54b57b6d

View file

@ -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(