aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/lua/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/query/highlights/lua/test.lua')
-rw-r--r--tests/query/highlights/lua/test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/lua/test.lua b/tests/query/highlights/lua/test.lua
index 55818bb74..2261d2e4e 100644
--- a/tests/query/highlights/lua/test.lua
+++ b/tests/query/highlights/lua/test.lua
@@ -14,5 +14,5 @@ next(a)
-- ^ @function.builtin
-- Checking for incorrect hlgroup of injected luap
-string.match(s, "\0%d[^\n]+")
--- ^ @!constant
+string.match(s, '\0%d[^\n]+')
+-- ^ !constant