diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-12-18 12:38:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-18 12:38:39 -0500 |
commit | 0e52a1f509155673d26a2a1ad00987389a05fea6 (patch) | |
tree | 726344c15a28e6d7a43be6df34fbe201d6fee018 /test | |
parent | 851014a404c6db2b07699382726fd10d028f4828 (diff) |
Scanning wildcards (#2042)
* Add scanning.matchTypePrefix option
* Update TextScanner to use matchTypePrefix option
* Add setting
* Update warning
Diffstat (limited to 'test')
-rw-r--r-- | test/test-options-util.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 |