Add ClangFormat exceptions

This commit is contained in:
Louis-Bertrand Varin 2018-02-21 21:27:55 -05:00
parent 0b6eb3b30e
commit 3eb917055e
10 changed files with 37 additions and 17 deletions

View file

@ -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()
{