Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
max-sixty committed May 12, 2024
1 parent 47f4fb2 commit e0c02e7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prqlc/prqlc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,9 @@ fn test_format_prql() {
# another test comment
select {name}"#
).unwrap(), @r###"
# test comment
from employees # inline comment
from employees # inline comment
# another test comment
select {name}
"###);
}
Expand Down

0 comments on commit e0c02e7

Please sign in to comment.