manifold-lang / manifold-frontend

Frontend compiler for Manifold high-level language
GNU General Public License v3.0
6 stars 6 forks source link

Add unit tests for the ExpressionContextVisitor #79

Closed nikklassen closed 8 years ago

nikklassen commented 8 years ago

Achieves ~96% coverage of the target class. The only things I couldn't test are some try/catch blocks that are necessary but will never be hit

mtrberzi commented 8 years ago

Looks good!