Added parser->size() and parser->loadKeywordFromFile()

This commit is contained in:
Joakim Hove
2013-08-19 22:37:48 +02:00
parent 7c30145435
commit 47d29cc804
4 changed files with 60 additions and 2 deletions

View File

@@ -204,3 +204,4 @@ BOOST_AUTO_TEST_CASE(hasFixedSize_sizeObjectDoesNotHaveFixedSize_returnsfalse) {
BOOST_CHECK(!parserKeyword->hasFixedSize());
}