forked from qt-creator/qt-creator
C++: Add basic tests for raw string literals
Change-Id: I9ca253a6a2296912eafe139ce53f4f9779097248 Reviewed-by: Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -198,6 +198,7 @@ void tst_cxx11::parse_data()
|
||||
QTest::newRow("trailingtypespec.1") << "trailingtypespec.1.cpp" << "";
|
||||
QTest::newRow("lambda.2") << "lambda.2.cpp" << "";
|
||||
QTest::newRow("userDefinedLiterals.1") << "userDefinedLiterals.1.cpp" << "";
|
||||
QTest::newRow("rawstringliterals") << "rawstringliterals.cpp" << "";
|
||||
}
|
||||
|
||||
void tst_cxx11::parse()
|
||||
|
||||
Reference in New Issue
Block a user