summaryrefslogtreecommitdiffstats
path: root/tests/tests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.cpp')
-rw-r--r--tests/tests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.cpp b/tests/tests.cpp
index d1414bd..97054ab 100644
--- a/tests/tests.cpp
+++ b/tests/tests.cpp
@@ -314,6 +314,8 @@ void ParserTest::conditionals()
QCOMPARE(macroTable->macroValue("TEST4"), QLatin1String("true"));
QCOMPARE(macroTable->macroValue("TEST5"), QLatin1String("true"));
QCOMPARE(macroTable->macroValue("TEST6"), QLatin1String("true"));
+ QCOMPARE(macroTable->macroValue("TEST7"), QLatin1String("true"));
+ QCOMPARE(macroTable->macroValue("TEST8"), QLatin1String("true"));
}
void ParserTest::dotDirectives()