forked from qt-creator/qt-creator
CppEditor: Adjust completer tests to latest changes
Change-Id: I79cefaab88340e37161a31b1f356901dde947a0c Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -371,7 +371,7 @@ void CppEditorPlugin::test_autoBackspace_data()
|
|||||||
|
|
||||||
QTest::newRow((QLatin1String("Inside ") + charGroupTestName(c)).toLatin1().data())
|
QTest::newRow((QLatin1String("Inside ") + charGroupTestName(c)).toLatin1().data())
|
||||||
<< fileContent(InBetween, c)
|
<< fileContent(InBetween, c)
|
||||||
<< QString("([").contains(c);
|
<< QString("(['\"").contains(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user