summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJackson Moore <jacksonmoore@tuta.io>2026-09-04 12:52:34 +0200
committerJackson Moore <jacksonmoore@tuta.io>2026-09-04 12:52:34 +0200
commitf5ef4d45bcba006fcfbd247642d43c7efd57ad7f (patch)
tree132ca70fd75f8135a9aa0d5b5804a13475558307 /tests
parent5ce0c3b70a58ca2da9084c1e1fbc9f52607fe066 (diff)
Fix persistent overlay anchor metadata
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)