From f5ef4d45bcba006fcfbd247642d43c7efd57ad7f Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 12:52:34 +0200 Subject: Fix persistent overlay anchor metadata --- tests/run.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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) -- cgit v1.2.3