From b5a2d9934368ff15fb195abc1ef69b45226c5b06 Mon Sep 17 00:00:00 2001 From: Jackson Moore Date: Fri, 4 Sep 2026 12:05:17 +0200 Subject: Reuse present cached target --- tests/run.lua | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/run.lua b/tests/run.lua index 89f6273..c968d87 100644 --- a/tests/run.lua +++ b/tests/run.lua @@ -5245,6 +5245,9 @@ test("Acquisition compares first codes with previous-input triggers", function() ) same(domain.ModeContext.from_full_mode("v"), result.previous_target_source) same(service:last_temporary_scope().cached_target, result.cached_target) + same("x", service:last_temporary_scope().acquired_target.value) + same(result.cached_target, service:last_temporary_scope().resolved_target) + same(result.cached_target, result.target) local trigger, index = acquisition_service.match_previous_input_trigger( 0x3042, { "x", "\227\129\130more" } -- cgit v1.2.3