Adding upstream version 18.7.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c4fc25c23b
commit
be16920347
96 changed files with 59037 additions and 52828 deletions
|
@ -44,9 +44,6 @@ class TestTranspile(unittest.TestCase):
|
|||
with self.assertRaises(ParseError):
|
||||
self.validate(f"SELECT x {key}", "")
|
||||
|
||||
def test_asc(self):
|
||||
self.validate("SELECT x FROM y ORDER BY x ASC", "SELECT x FROM y ORDER BY x")
|
||||
|
||||
def test_unary(self):
|
||||
self.validate("+++1", "1")
|
||||
self.validate("+-1", "-1")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue