Adding upstream version 25.16.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
a500eebbbb
commit
1341bc6477
110 changed files with 75353 additions and 68092 deletions
|
@ -375,7 +375,7 @@ impl<'a> TokenizerState<'a> {
|
|||
self.advance(1)?;
|
||||
|
||||
// Nested comments are allowed by some dialects, e.g. databricks, duckdb, postgres
|
||||
if !self.is_end && self.chars(comment_start_size) == *comment_start {
|
||||
if self.settings.nested_comments && !self.is_end && self.chars(comment_start_size) == *comment_start {
|
||||
self.advance(comment_start_size as isize)?;
|
||||
comment_count += 1
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue