Fix population of subgraph nodes when analyzing queries
This commit is contained in:
parent
9fb39b8954
commit
891de051e2
2 changed files with 16 additions and 8 deletions
|
|
@ -2083,6 +2083,14 @@ fn test_query_is_definite() {
|
|||
}
|
||||
|
||||
let rows = &[
|
||||
Row {
|
||||
language: get_language("python"),
|
||||
pattern: r#"(expression_statement (string))"#,
|
||||
results_by_step_index: &[
|
||||
(0, false),
|
||||
(1, false), // string
|
||||
],
|
||||
},
|
||||
Row {
|
||||
language: get_language("javascript"),
|
||||
pattern: r#"(object "{" "}")"#,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue