Fixed parsing issue with unexpected whitespaces in SAS files.

This commit is contained in:
2016-08-30 13:01:22 +02:00
parent 9447912fbf
commit 76f8df13fc
6 changed files with 33 additions and 7 deletions

View File

@@ -111,6 +111,8 @@ TEST_F(SASParserTests, ParseValidSASFile)
{
FAIL() << e.what();
}
// TODO: add whitespace test
}
////////////////////////////////////////////////////////////////////////////////////////////////////