From e1a1370729a3d74711a6ec7b3b7ce904d31a8d84 Mon Sep 17 00:00:00 2001 From: Yago Riveiro Date: Fri, 26 Apr 2013 18:39:04 +0100 Subject: Fixed lack of a new line before function in test_format.py. --- tests/test_format.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_format.py') diff --git a/tests/test_format.py b/tests/test_format.py index 1d92f3d..6daf5a3 100644 --- a/tests/test_format.py +++ b/tests/test_format.py @@ -163,6 +163,7 @@ class TestFormatReindent(TestCaseBase): 'from foo', 'straight_join bar on 1 = 2'] )) + def test_identifier_list(self): f = lambda sql: sqlparse.format(sql, reindent=True) s = 'select foo, bar, baz from table1, table2 where 1 = 2' -- cgit v1.2.1