diff --git a/prqlc/prqlc/src/lib.rs b/prqlc/prqlc/src/lib.rs index a117eb3dba62..80b822440d71 100644 --- a/prqlc/prqlc/src/lib.rs +++ b/prqlc/prqlc/src/lib.rs @@ -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} "###); }