From 9dae42c19381cf27dc56bd932aebd780aa66722b Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 11 Jun 2023 14:46:06 +0200 Subject: Adding upstream version 15.2.0. Signed-off-by: Daniel Baumann --- tests/test_parser.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test_parser.py') diff --git a/tests/test_parser.py b/tests/test_parser.py index 84ae0b5..897357f 100644 --- a/tests/test_parser.py +++ b/tests/test_parser.py @@ -521,3 +521,6 @@ class TestParser(unittest.TestCase): self.assertEqual( parse_one("create materialized table x").sql(), "CREATE MATERIALIZED TABLE x" ) + + def test_parse_floats(self): + self.assertTrue(parse_one("1. ").is_number) -- cgit v1.2.3