We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1ef461 commit 9e74294Copy full SHA for 9e74294
crates/pgt_treesitter/src/context/mod.rs
@@ -1219,8 +1219,6 @@ mod tests {
1219
1220
#[test]
1221
fn does_not_overflow_callstack_on_smaller_treesitter_child() {
1222
- // Instead of autocompleting "FROM", we'll assume that the user
1223
- // is selecting a certain column name, such as `frozen_account`.
1224
let query = format!(
1225
r#"select * from persons where id = @i{}d;"#,
1226
QueryWithCursorPosition::cursor_marker()
0 commit comments