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:
Nikolai Kosjar
2015-09-21 10:12:39 +02:00
parent 7ba22d38d1
commit 8eb30feb03
3 changed files with 23 additions and 0 deletions

View File

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