mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
chore: remove redundant punctuation (#1434)
This commit is contained in:
parent
04a53e5753
commit
71318df8b9
7 changed files with 16 additions and 16 deletions
|
@ -432,7 +432,7 @@ fn invalid_empty_list() {
|
|||
let sql = "SELECT * FROM t1 WHERE a IN (,,)";
|
||||
let sqlite = sqlite_with_options(ParserOptions::new().with_trailing_commas(true));
|
||||
assert_eq!(
|
||||
"sql parser error: Expected: an expression:, found: ,",
|
||||
"sql parser error: Expected: an expression, found: ,",
|
||||
sqlite.parse_sql_statements(sql).unwrap_err().to_string()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue