Clean up query code
This commit is contained in:
parent
d4d554b2ae
commit
7793bf2a5a
2 changed files with 67 additions and 38 deletions
|
|
@ -356,8 +356,8 @@ fn test_query_matches_with_anonymous_tokens() {
|
|||
let query = Query::new(
|
||||
language,
|
||||
r#"
|
||||
";" @ punctuation
|
||||
"&&" @ operator
|
||||
";" @punctuation
|
||||
"&&" @operator
|
||||
"#,
|
||||
)
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue