summaryrefslogtreecommitdiff
path: root/tests/query/highlights/tiger/keywords.tig
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2022-06-14 20:01:12 +0200
committerStephan Seitz <stephan.seitz@fau.de>2022-06-14 22:34:03 +0200
commitb8e3b03748e0c796648360417650302a826ada91 (patch)
tree1a6600bcf44037995c25c780cdac8911c45aef96 /tests/query/highlights/tiger/keywords.tig
parent6e3f888dc7e5ea78e121c9ee41d365f339957824 (diff)
fix(tiger): adjust invalid queries
Diffstat (limited to 'tests/query/highlights/tiger/keywords.tig')
-rw-r--r--tests/query/highlights/tiger/keywords.tig10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/query/highlights/tiger/keywords.tig b/tests/query/highlights/tiger/keywords.tig
index 70cb82c0..79ebfd4d 100644
--- a/tests/query/highlights/tiger/keywords.tig
+++ b/tests/query/highlights/tiger/keywords.tig
@@ -28,13 +28,13 @@ in
/* ^ keyword */
for i := 12 to 27 do 42;
- /* <- keyword.repeat */
- /* ^ keyword.repeat */
- /* ^ keyword.repeat */
+ /* <- repeat */
+ /* ^ repeat */
+ /* ^ repeat */
while 12 do break
- /* <- keyword.repeat */
- /* ^ keyword.repeat */
+ /* <- repeat */
+ /* ^ repeat */
/* ^ keyword */
end