mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-09-27 11:51:16 -04:00
Add ClangFormat exceptions
This commit is contained in:
parent
0b6eb3b30e
commit
3eb917055e
10 changed files with 37 additions and 17 deletions
|
@ -357,6 +357,7 @@ void TestKeePass2Format::testXmlBroken()
|
|||
QCOMPARE(hasError, expectError);
|
||||
}
|
||||
|
||||
// clang-format off
|
||||
void TestKeePass2Format::testXmlBroken_data()
|
||||
{
|
||||
QTest::addColumn<QString>("baseName");
|
||||
|
@ -381,6 +382,7 @@ void TestKeePass2Format::testXmlBroken_data()
|
|||
QTest::newRow("BrokenDifferentEntryHistoryUuid (strict)") << "BrokenDifferentEntryHistoryUuid" << true << true;
|
||||
QTest::newRow("BrokenDifferentEntryHistoryUuid (not strict)") << "BrokenDifferentEntryHistoryUuid" << false << false;
|
||||
}
|
||||
// clang-format on
|
||||
|
||||
void TestKeePass2Format::testXmlEmptyUuids()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue