Checking that Parser initially is case-sensitive.
This commit is contained in:
@@ -166,6 +166,13 @@ void Parser::setCaseSensitive(bool isCaseSensitive)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
bool Parser::isCaseSensitive() const noexcept
|
||||
{
|
||||
return m_isCaseSensitive;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
char Parser::currentCharacter() const
|
||||
{
|
||||
if (m_isCaseSensitive)
|
||||
|
Reference in New Issue
Block a user