Adding upstream version 17.12.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
276276930e
commit
9de781a59b
64 changed files with 12465 additions and 11885 deletions
|
@ -17,6 +17,7 @@ class TestTokens(unittest.TestCase):
|
|||
("foo /*comment 1*/ /*comment 2*/", ["comment 1", "comment 2"]),
|
||||
("foo\n-- comment", [" comment"]),
|
||||
("1 /*/2 */", ["/2 "]),
|
||||
("1\n/*comment*/;", ["comment"]),
|
||||
]
|
||||
|
||||
for sql, comment in sql_comment:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue