diff options
Diffstat (limited to 'test/src')
| -rw-r--r-- | test/src/treesit-tests.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/src/treesit-tests.el b/test/src/treesit-tests.el index b5ea63a53f3..89303114735 100644 --- a/test/src/treesit-tests.el +++ b/test/src/treesit-tests.el | |||
| @@ -547,10 +547,10 @@ BODY is the test body." | |||
| 547 | ;; String query. | 547 | ;; String query. |
| 548 | '("(string) @string | 548 | '("(string) @string |
| 549 | (pair key: (_) @keyword) | 549 | (pair key: (_) @keyword) |
| 550 | ((_) @bob (#match \"\\\\`B.b\\\\'\" @bob)) | 550 | ((_) @bob (#match? \"\\\\`B.b\\\\'\" @bob)) |
| 551 | (number) @number | 551 | (number) @number |
| 552 | ((number) @n3 (#equal \"3\" @n3)) | 552 | ((number) @n3 (#eq? \"3\" @n3)) |
| 553 | ((number) @n3p (#pred treesit--ert-pred-last-sibling @n3p))" | 553 | ((number) @n3p (#pred? treesit--ert-pred-last-sibling @n3p))" |
| 554 | ;; Sexp query. | 554 | ;; Sexp query. |
| 555 | ((string) @string | 555 | ((string) @string |
| 556 | (pair key: (_) @keyword) | 556 | (pair key: (_) @keyword) |