Skip to content

Commit 4c6c1e2

Browse files
committed
deploy: 3b2d4d4
1 parent dbd22fb commit 4c6c1e2

File tree

3 files changed

+32
-17
lines changed

3 files changed

+32
-17
lines changed

classes/ExpressionParserTest.html

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h1>Class ExpressionParserTest</h1>
4141
</td>
4242
<td>
4343
<div class="infoBox" id="duration">
44-
<div class="counter">0.024s</div>
44+
<div class="counter">0.026s</div>
4545
<p>duration</p>
4646
</div>
4747
</td>
@@ -64,7 +64,10 @@ <h1>Class ExpressionParserTest</h1>
6464
<a href="#tab0">Tests</a>
6565
</li>
6666
<li>
67-
<a href="#tab1">Standard error</a>
67+
<a href="#tab1">Standard output</a>
68+
</li>
69+
<li>
70+
<a href="#tab2">Standard error</a>
6871
</li>
6972
</ul>
7073
<div id="tab0" class="tab">
@@ -79,27 +82,39 @@ <h2>Tests</h2>
7982
</thead>
8083
<tr>
8184
<td class="success">testAddition()</td>
82-
<td class="success">0.022s</td>
85+
<td class="success">0.025s</td>
8386
<td class="success">passed</td>
8487
</tr>
8588
<tr>
8689
<td class="success">testAdditionWithVariable()</td>
87-
<td class="success">0.002s</td>
90+
<td class="success">0.001s</td>
8891
<td class="success">passed</td>
8992
</tr>
9093
</table>
9194
</div>
9295
<div id="tab1" class="tab">
96+
<h2>Standard output</h2>
97+
<span class="code">
98+
<pre>?[1mRegistered 17 binary operators?[0m
99+
?[1mRegistered 16 unary operators?[0m
100+
?[1mRegistered 0 classes?[0m
101+
?[1mRegistered 17 binary operators?[0m
102+
?[1mRegistered 16 unary operators?[0m
103+
?[1mRegistered 0 classes?[0m
104+
</pre>
105+
</span>
106+
</div>
107+
<div id="tab2" class="tab">
93108
<h2>Standard error</h2>
94109
<span class="code">
95-
<pre>[Test worker] INFO org.reflections.Reflections - Reflections took 275 ms to scan 1 urls, producing 465 keys and 3133 values
110+
<pre>[Test worker] INFO org.reflections.Reflections - Reflections took 289 ms to scan 1 urls, producing 465 keys and 3133 values
96111
[Test worker] INFO org.reflections.Reflections - Reflections took 1 ms to scan 0 urls, producing 0 keys and 0 values
97-
[Test worker] INFO org.reflections.Reflections - Reflections took 62 ms to scan 6 urls, producing 150 keys and 539 values
112+
[Test worker] INFO org.reflections.Reflections - Reflections took 58 ms to scan 6 urls, producing 150 keys and 539 values
98113
[Test worker] INFO org.reflections.Reflections - Reflections took 16 ms to scan 1 urls, producing 6 keys and 18 values
99-
[Test worker] INFO org.reflections.Reflections - Reflections took 186 ms to scan 1 urls, producing 465 keys and 3133 values
114+
[Test worker] INFO org.reflections.Reflections - Reflections took 193 ms to scan 1 urls, producing 465 keys and 3133 values
100115
[Test worker] INFO org.reflections.Reflections - Reflections took 0 ms to scan 0 urls, producing 0 keys and 0 values
101-
[Test worker] INFO org.reflections.Reflections - Reflections took 50 ms to scan 6 urls, producing 150 keys and 539 values
102-
[Test worker] INFO org.reflections.Reflections - Reflections took 9 ms to scan 1 urls, producing 6 keys and 18 values
116+
[Test worker] INFO org.reflections.Reflections - Reflections took 54 ms to scan 6 urls, producing 150 keys and 539 values
117+
[Test worker] INFO org.reflections.Reflections - Reflections took 11 ms to scan 1 urls, producing 6 keys and 18 values
103118
</pre>
104119
</span>
105120
</div>
@@ -111,7 +126,7 @@ <h2>Standard error</h2>
111126
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
112127
</label>
113128
</div>Generated by
114-
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:00:31 PM</p>
129+
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:06:41 PM</p>
115130
</div>
116131
</div>
117132
</body>

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h1>Test Summary</h1>
3838
</td>
3939
<td>
4040
<div class="infoBox" id="duration">
41-
<div class="counter">0.024s</div>
41+
<div class="counter">0.026s</div>
4242
<p>duration</p>
4343
</div>
4444
</td>
@@ -85,7 +85,7 @@ <h2>Packages</h2>
8585
<td>2</td>
8686
<td>0</td>
8787
<td>0</td>
88-
<td>0.024s</td>
88+
<td>0.026s</td>
8989
<td class="success">100%</td>
9090
</tr>
9191
</tbody>
@@ -112,7 +112,7 @@ <h2>Classes</h2>
112112
<td>2</td>
113113
<td>0</td>
114114
<td>0</td>
115-
<td>0.024s</td>
115+
<td>0.026s</td>
116116
<td class="success">100%</td>
117117
</tr>
118118
</tbody>
@@ -126,7 +126,7 @@ <h2>Classes</h2>
126126
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
127127
</label>
128128
</div>Generated by
129-
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:00:31 PM</p>
129+
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:06:40 PM</p>
130130
</div>
131131
</div>
132132
</body>

packages/default-package.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>Default package</h1>
4040
</td>
4141
<td>
4242
<div class="infoBox" id="duration">
43-
<div class="counter">0.024s</div>
43+
<div class="counter">0.026s</div>
4444
<p>duration</p>
4545
</div>
4646
</td>
@@ -83,7 +83,7 @@ <h2>Classes</h2>
8383
<td>2</td>
8484
<td>0</td>
8585
<td>0</td>
86-
<td>0.024s</td>
86+
<td>0.026s</td>
8787
<td class="success">100%</td>
8888
</tr>
8989
</table>
@@ -96,7 +96,7 @@ <h2>Classes</h2>
9696
<input id="line-wrapping-toggle" type="checkbox" autocomplete="off"/>
9797
</label>
9898
</div>Generated by
99-
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:00:31 PM</p>
99+
<a href="http://www.gradle.org">Gradle 8.8</a> at Jun 24, 2025, 7:06:41 PM</p>
100100
</div>
101101
</div>
102102
</body>

0 commit comments

Comments
 (0)