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:
authorthez3ro <io@thezero.org>2017-11-07 19:58:08 +0300
committerthez3ro <io@thezero.org>2018-01-03 14:56:18 +0300
commita02a49a1841aba425f6186e6e8b88470b3cdd008 (patch)
tree651bb7b25b69bc73be7a663dc80a17cab9dc6001 /tests/TestAutoType.h
parent8ca444aee005dd37284d83591a6f3c18f5c2ef66 (diff)
add test for syntax checking
Diffstat (limited to 'tests/TestAutoType.h')
-rw-r--r--tests/TestAutoType.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/TestAutoType.h b/tests/TestAutoType.h
index 0cd4a5bdd..b7c33823b 100644
--- a/tests/TestAutoType.h
+++ b/tests/TestAutoType.h
@@ -47,6 +47,7 @@ private slots:
void testGlobalAutoTypeUrlSubdomainMatch();
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
+ void testAutoTypeSyntaxChecks();
private:
AutoTypePlatformInterface* m_platform;