Is your feature request related to a problem? Please describe.
There are no tests to make sure the grammar is correct.
Describe the solution you'd like
Add sufficient tests to validate the grammar. You can add the parsing tests to the com.intuit.dsl.expression.tests project
Sample test
Additional Context
[Xtext Unit testing] (https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#testing)
Is your feature request related to a problem? Please describe.
There are no tests to make sure the grammar is correct.
Describe the solution you'd like
Add sufficient tests to validate the grammar. You can add the parsing tests to the
com.intuit.dsl.expression.testsprojectSample test
Additional Context
[Xtext Unit testing] (https://www.eclipse.org/Xtext/documentation/303_runtime_concepts.html#testing)