Corrected indentation

pull/4420/head
Dave Rawks 2014-09-30 13:37:47 -07:00
parent c070ab69f7
commit 5f54b57b6d
1 changed files with 2 additions and 2 deletions

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(