Fixed whitespace issue in typing sections and added test cases.
This commit is contained in:
@@ -128,6 +128,7 @@ Location Stream::location() const
|
||||
|
||||
char Stream::currentCharacter() const
|
||||
{
|
||||
// TODO: check if this should be secured by check()
|
||||
return m_stream.peek();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user