mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-19 12:08:23 -05:00
Activate one more test
Looks like we forgot about this when closing #1270.
This commit is contained in:
@@ -58,13 +58,13 @@ void TestRegex::sqlQueryComments_data()
|
||||
<< // cleanQuery
|
||||
"SELECT '-- comment inside quotes'";
|
||||
|
||||
/* TODO Fix issue #1270, then activate these
|
||||
QTest::newRow("single_quote_comment")
|
||||
<< // dirtyQuery
|
||||
"SELECT 'something--something' -- comment"
|
||||
<< // cleanQuery
|
||||
"SELECT 'something--something'";
|
||||
|
||||
/* This still needs to be fixed in our code before activating the test
|
||||
QTest::newRow("double_quote_comment")
|
||||
<< // dirtyQuery
|
||||
"SELECT \"something--something\" -- comment"
|
||||
|
||||
Reference in New Issue
Block a user