mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-09-19 20:29:47 +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
|
@ -487,7 +487,7 @@ fn parse_convert() {
|
|||
|
||||
let error_sql = "SELECT CONVERT(INT, 'foo',) FROM T";
|
||||
assert_eq!(
|
||||
ParserError::ParserError("Expected: an expression:, found: )".to_owned()),
|
||||
ParserError::ParserError("Expected: an expression, found: )".to_owned()),
|
||||
ms().parse_sql_statements(error_sql).unwrap_err()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue