fix: add more test coverage for binary expression#2515
fix: add more test coverage for binary expression#2515dcodeIO merged 1 commit intoAssemblyScript:mainfrom
Conversation
|
@dcodeIO @MaxGraey |
|
Hey @JesseCodeBones :) I agree that improving test coverage is a good idea, and appreciate that you are working on this, thanks! There is one somewhat subtle aspect on my mind in addition: There are two builds of the AS compiler, one compiled with I guess we'd start with #2294 and then merge the concrete additions to tests on top, am I seeing this correctly? |
|
@dcodeIO |
Hi Maintainer,

I found the some tests are missed for binary expression, please decide if we need to coverage this part? and please review the below tests are suitable?
Regards