summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/run.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run.lua b/tests/run.lua
index 99674a5..2fa6540 100644
--- a/tests/run.lua
+++ b/tests/run.lua
@@ -6066,6 +6066,8 @@ test("Persistent feedback stores overlay identity and anchor", function()
same(persistent.identity, resource.identity)
same("window-anchor", resource.window)
same("CleverFChar", resource.group)
+ same(2, persistent.anchor_line)
+ same(2, host:highlights()[persistent.identity].anchor_line)
same(2, resource.anchor_line)
end)