add test for syntax checking

This commit is contained in:
thez3ro
2017-11-07 17:58:08 +01:00
parent 8ca444aee0
commit a02a49a184
6 changed files with 32 additions and 28 deletions

View File

@@ -47,6 +47,7 @@ private slots:
void testGlobalAutoTypeUrlSubdomainMatch();
void testGlobalAutoTypeTitleMatchDisabled();
void testGlobalAutoTypeRegExp();
void testAutoTypeSyntaxChecks();
private:
AutoTypePlatformInterface* m_platform;