We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33bc4f commit 745bd33Copy full SHA for 745bd33
crates/pgt_workspace/src/workspace/server/parsed_document.rs
@@ -426,5 +426,6 @@ mod tests {
426
let stmts = d.iter(DefaultMapper).collect::<Vec<_>>();
427
428
assert_eq!(stmts.len(), 2);
429
+ assert_eq!(stmts[1].2, "select $1 + $2;");
430
}
431
0 commit comments