mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 19:27:21 +00:00
Add test for clickhouse: tokenize ==
as Token::DoubleEq (#981)
This commit is contained in:
parent
e718ce6c42
commit
4903bd4b8b
4 changed files with 36 additions and 3 deletions
|
@ -31,6 +31,9 @@ use crate::parser::{Parser, ParserError};
|
|||
use crate::tokenizer::Tokenizer;
|
||||
use crate::{ast::*, parser::ParserOptions};
|
||||
|
||||
#[cfg(test)]
|
||||
use pretty_assertions::assert_eq;
|
||||
|
||||
/// Tests use the methods on this struct to invoke the parser on one or
|
||||
/// multiple dialects.
|
||||
pub struct TestedDialects {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue