summaryrefslogtreecommitdiff
path: root/test/core/common/UtilsTest.cpp
AgeCommit message (Expand)Author
2016-04-25Identifiers may not end with an underscoreAndreas Stöckel
2015-03-02added check for witespace characters in Utils::isUserDefinedTokenBenjamin Paassen
2015-03-02Wrote isUserDefinedToken function which checks whether a token is a valid use...Andreas Stöckel
2015-02-22Added test for collapse and trim methods in UtilsAndreas Stöckel
2015-02-15Fixed isIdentifier and isNamespacedIdentifier, added and used isIdentifierOrE...Andreas Stöckel
2015-02-14Moved some of the whitespace functionality back to UtilsAndreas Stöckel
2015-02-14Moved code for handling whitespaces to own header, including the "WhitespaceM...Andreas Stöckel
2015-02-08Changed definition of identifier (do not allow them to start with an underscore)Andreas Stöckel
2015-01-21Some further refactoring -- renamed Scope to ParserScope, got rid of parser n...Andreas Stöckel
2015-01-16Working on XMLParser (still lot work in progress)Andreas Stöckel
2014-12-12fixed bug in Utils::isIdentifier and added regression testAndreas Stöckel
2014-12-11moved to CharReader everywhereAndreas Stöckel