Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan White <support@dmapps.us>2020-12-24 18:58:11 +0300
committerJonathan White <support@dmapps.us>2021-02-22 15:41:23 +0300
commit02446af7438ad116872b669a8cecae7b67df2c04 (patch)
tree020263da9e53432b4dd2e04369b7c0be03332f3a /tests/TestAutoType.h
parent813ab47e2997f31eae5cb8c3daef8128e6923ff7 (diff)
Auto-Type support for T-CONV, T-REPLACE-RX, and Comments
* Close #1825 - Add full support for T-CONV and T-REPLACE-RX placeholders. Exception is support for the "raw" type in T-CONV. * Close #5333 - Allow comment syntax to be present in the Auto-Type sequence
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index 03086a68e..035c0d5c0 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -47,6 +47,8 @@ private slots:
void testGlobalAutoTypeUrlSubdomainMatch();
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
+ void testAutoTypeResults();
+ void testAutoTypeResults_data();
void testAutoTypeSyntaxChecks();
void testAutoTypeEffectiveSequences();