From 3742f86d166160ca3843872ebecb6f30c51f6085 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Aug 2023 12:12:19 +0200 Subject: Merging upstream version 17.12.0. Signed-off-by: Daniel Baumann --- tests/test_tokens.py | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_tokens.py') diff --git a/tests/test_tokens.py b/tests/test_tokens.py index e6e984d..f3343e7 100644 --- a/tests/test_tokens.py +++ b/tests/test_tokens.py @@ -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: -- cgit v1.2.3