Clean up and document query analysis code
This commit is contained in:
parent
891de051e2
commit
19baa5fd5e
2 changed files with 230 additions and 205 deletions
|
|
@ -2091,6 +2091,14 @@ fn test_query_is_definite() {
|
|||
(1, false), // string
|
||||
],
|
||||
},
|
||||
Row {
|
||||
language: get_language("javascript"),
|
||||
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