Skip to content

Commit

Permalink
Fixed test after adding Rollup annotation.
Browse files Browse the repository at this point in the history
  • Loading branch information
renatoathaydes committed May 3, 2023
1 parent 6bc7fd0 commit c0f37fa
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ <h3>Features:</h3>
</td>
<td>
<pre class='block-source before-error'>verifyAll {</pre>
<pre class='block-source error'> x == y // line 28</pre>
<pre class='block-source error'> x == y // line 23</pre>
<pre class='block-source after-error'> y == x
}</pre>
</td>
Expand Down Expand Up @@ -221,7 +221,7 @@ <h3>Features:</h3>
<tr>
<td></td>
<td>
<pre class='block-source error'>throw new RuntimeException( 'As expected' ) // line 59</pre>
<pre class='block-source error'>throw new RuntimeException( 'As expected' ) // line 54</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -280,7 +280,7 @@ <h3>Features:</h3>
<tr>
<td></td>
<td>
<pre class='block-source error'>assert 3 == 2 // line 71</pre>
<pre class='block-source error'>assert 3 == 2 // line 66</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -431,7 +431,7 @@ <h3>Features:</h3>
<div class='block-kind'>Expect:</div>
</td>
<td>
<pre class='block-source error'>x == 0 // line 100</pre>
<pre class='block-source error'>x == 0 // line 95</pre>
</td>
</tr>
<tr>
Expand Down Expand Up @@ -523,7 +523,7 @@ <h3>Features:</h3>
<td></td>
<td>
<pre class='block-source before-error'>if ( y == 5 ) {</pre>
<pre class='block-source error'> throw new RuntimeException( 'y is 5' ) // line 104</pre>
<pre class='block-source error'> throw new RuntimeException( 'y is 5' ) // line 99</pre>
<pre class='block-source after-error'>}</pre>
</td>
</tr>
Expand Down

0 comments on commit c0f37fa

Please sign in to comment.