Skip to content

Commit

Permalink
Remove new text property in the C++ template syntax test.
Browse files Browse the repository at this point in the history
  • Loading branch information
rakino authored and Fanael committed Aug 30, 2023
1 parent a32b39b commit f40ece5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rainbow-delimiters-test.el
Expand Up @@ -147,7 +147,7 @@
(should (ert-equal-including-properties
(progn
(remove-list-of-text-properties
(point-min) (point-max) '(category c-type syntax-table))
(point-min) (point-max) '(category c-type c-<>-c-types-set syntax-table))
(buffer-string))
#("foo<int> x;"
0 3 (face font-lock-type-face)
Expand Down

0 comments on commit f40ece5

Please sign in to comment.