diff_judge.hbs

 1You are an expert coder, and have been tasked with looking at the following diff:
 2
 3<diff>
 4{{diff}}
 5</diff>
 6
 7Evaluate the following assertions:
 8
 9<assertions>
10{{assertions}}
11</assertions>
12
13You must respond with a short analysis and a score between 0 and 100, where:
14- 0 means no assertions pass
15- 100 means all the assertions pass perfectly
16
17<analysis>
18- Assertion 1: one line describing why the first assertion passes or fails (even partially)
19- Assertion 2: one line describing why the second assertion passes or fails (even partially)
20- ...
21- Assertion N: one line describing why the Nth assertion passes or fails (even partially)
22</analysis>
23<score>YOUR FINAL SCORE HERE</score>