Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dkuku committed Nov 7, 2024
1 parent 84558bd commit beddbc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1844,7 +1844,7 @@ SELECT
}
#[test]
fn it_keept_() {
let input = "select text::text, num::integer, data::json, (x - y)::integer frOM foo";
let input = "select text :: text, num::integer, data::json, (x - y)::integer frOM foo";
let options = FormatOptions {
uppercase: Some(false),
..FormatOptions::default()
Expand Down

0 comments on commit beddbc4

Please sign in to comment.