mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-31 11:17:23 +00:00
format
This commit is contained in:
parent
0687d3aca8
commit
a2613f9dd1
2 changed files with 2 additions and 2 deletions
|
@ -1370,7 +1370,7 @@ fn parse_simple_math_expr_minus() {
|
|||
fn parse_delimited_identifiers() {
|
||||
// check that quoted identifiers in any position remain quoted after serialization
|
||||
let select = verified_only_select(
|
||||
r#"SELECT "alias"."bar baz", "myfun"(), "simple id" AS "column alias" FROM "a table" AS "alias""#
|
||||
r#"SELECT "alias"."bar baz", "myfun"(), "simple id" AS "column alias" FROM "a table" AS "alias""#,
|
||||
);
|
||||
// check FROM
|
||||
match only(select.from).relation {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue