From 0e52a1f509155673d26a2a1ad00987389a05fea6 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sat, 18 Dec 2021 12:38:39 -0500 Subject: Scanning wildcards (#2042) * Add scanning.matchTypePrefix option * Update TextScanner to use matchTypePrefix option * Add setting * Update warning --- test/test-options-util.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test/test-options-util.js b/test/test-options-util.js index 70229683..b1d56b28 100644 --- a/test/test-options-util.js +++ b/test/test-options-util.js @@ -344,6 +344,7 @@ function createProfileOptionsUpdatedTestData1() { layoutAwareScan: false, hideDelay: 0, pointerEventsEnabled: false, + matchTypePrefix: false, preventMiddleMouse: { onWebPages: false, onPopupPages: false, @@ -595,7 +596,7 @@ function createOptionsUpdatedTestData1() { } ], profileCurrent: 0, - version: 15, + version: 16, global: { database: { prefixWildcardsSupported: false -- cgit v1.2.3