diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run.lua | 3 |
1 files changed, 3 insertions, 0 deletions
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" } |
