arrow-meta icon indicating copy to clipboard operation
arrow-meta copied to clipboard

BinaryExpression Quote and Template validation

Open ahinchman1 opened this issue 5 years ago • 1 comments

Parent issue: #335 Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.

Checklist for BinaryExpressionTest

  • [ ] Destructure and make available all methods related to rendering properties (no logic or PsiElements)
  • [ ] Testing added for validation to ensure all properties can be used as a commutative identity.
  • [ ] Ensure documentation is updated in BinaryExpression matches the example in BinaryExpressionPlugin
  • [ ] When confident about working unit tests, make sure BinaryExpression is added to regression testing in QuoteTest.kt

ahinchman1 avatar Dec 15 '19 21:12 ahinchman1

I will take a look at this today :) Thanks for splitting the work!

kioba avatar Dec 18 '19 08:12 kioba